Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attributes

Accepts dynamic attributes.

Parameters

path:String - The name of the field to bind to (required).

Example

<wmedit:onOffCheckbox path="submitToSpam" />

onOffToggle

Displays an on/off toggle switch and binds it to the attribute of a command or bean. When the toggle is on, the value of the attribute will be set to true, otherwise it will be set to false.

Attributes

Accepts dynamic attributes.

Parameters

path:String - The name of the field to bind to (required).

Example

<wmedit:onOffToggle path="submitToSpam" />

openPanel

Opens a new panel with the ID of the panel as identifier

...