net.sf.tacos.components.dojo.DojoWidget
name | type | required | default value | description |
---|---|---|---|---|
dojoType | java.lang.String | The dojo type, i.e. Clock, YahooMap, GoogleMap, Button, FloatingPane, e.t.c. | ||
style | java.lang.String | |||
listener | object | Specifies an object that is notified when the widget is clicked, which is typically a listener method of its container. | ||
parameters | object | An object, or list of objects, encoded into the URL as listener parameters | ||
noAsync | java.lang.String | Names of the widget events no to create an async request for as a comma separated list of event names e.g. "onClick,onValueChanged" | ||
isContainer | boolean | false | If this widget will contain others (or actually any other dynamic content). When left unspecified, several heuristics are used to determine the appropriate value, i.e. the dojoType parameter ends with 'Container', e.t.c. | |
neverDestroy | boolean | false | Set to true in order to never allow this to be destroyed (and then recreated) after an ajax response. |
Allow body: ( rendered )
Allow informal parameters:
Reserved parameters: -