Some functions in HtmlTag to add javascript event procedures. e.g., $tag->jsOnClick("history.go(-1);"); would add an onclick="" attribute to the tag.
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"); }
Log in to post a comment.
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");
}