Menu

#3 JavaScript methods

Next_Release
open
None
8
2002-07-12
2002-05-21
Sam Jervis
No

Some functions in HtmlTag to add javascript event
procedures. e.g.,
$tag->jsOnClick("history.go(-1);"); would add an
onclick="" attribute to the tag.

Discussion

  • Chris Pringle

    Chris Pringle - 2002-05-21
    • milestone: --> Next_Release
    • assigned_to: nobody --> cpringle
     
  • Nobody/Anonymous

    Logged In: NO

    Would be great ...
    Perhaps this could be even enhanced to display a status text
    when mouse over.

    function HtmlTag->setStatusText( $text ) {
    $this->jsOnMouseOver( "window.status = '$text'; return
    true");
    }

     
  • Chris Pringle

    Chris Pringle - 2002-07-12
    • priority: 5 --> 8
     

Log in to post a comment.