string HTML_QuickForm_advmultiselect::getElementJs (
boolean
$raw
= TRUE
,
boolean
$min
= FALSE
)
The basic (and default) settings can be applied with just the placeholder {javascript} into your template element. If you does not have existing script tags in your html page, you must call the method with FALSE argument. Default behaviour returns only the raw js data without script tags. Useful when using with template engine.
$raw
(optional) html output with script tags or just raw data
$min
(optional) uses javascript compressed version
throws no exceptions thrown
since version 0.4.0 (2005-06-25)
$min
parameter is available since version 1.5.0
This function can not be called statically.