Martin in the javadoc there's an example saying "onclick". So should it be
"click"?
/**
* Creates a {@link OnEventHeaderItem} for the given parameters.
*
* @param target
* The target of the event handler, for example 'window' or
'document'.
* @param event
* The event itself, for example '*onclick*'.
* @param javaScript
* The script to execute on the event.
*
* @return A newly created {@link OnEventHeaderItem}.
*/
public static OnEventHeaderItem forScript(String target, String event,
CharSequence javaScript)
{
return new OnEventHeaderItem(target, event, javaScript);
}
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/gmap2-wicket-6-9-and-ajax-refresh-tp4660564p4660586.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]