XDIME 2 makes use of several elements from the Widget vocabulary, used to provide dynamic capabilities for widgets. The namespace prefix used for these elements is response: and the namespace declaration is http://www.volantis.com/xmlns/2006/05/widget/response.
XDIME 2 makes use of several elements from the Widget vocabulary, used to provide dynamic capabilities for widgets. The namespace prefix used for these elements is response: and the namespace declaration is http://www.volantis.com/xmlns/2006/05/widget/response.
Name | Purpose |
---|---|
response:body | Container for widget response elements. |
response:carousel | Allows a Carousel widget to refresh its content. |
response:clock | Allows a Clock widget to synchronize its time with an external source via AJAX. The service must return time in milliseconds since the standard base time: January 1, 1970, 00:00:00 GMT. |
response:date-picker | Sets the Date Picker widget properties via AJAX. |
response:deck | Allows a Deck widget to load its content from an external source. |
response:error | The error message displayed when the AJAX Table widget has no data to download. |
response:field | Indicates an error on an XForms control for a Multiple Validator widget by a reference to it. |
response:folding-item | Allows a Folding Item widget to load its content. |
response:head | Enables any relevant themes to be specified for a widget response. These are only needed when the response contains styled content; otherwise the element can be ignored. |
response:link | Binds theme and layout policies to a response that contains styled content. |
response:message | The message displayed when a particular type of error occurs. Used by the Multiple Forms Validator widget. If enclosed directly within the response:validation element, it describes an overall validation failure. If contained by the response:field element, it describes a field-specific validation failure. |
response:progress | Allows the Progress Bar widget to refresh the operation percentage value. |
response:response | Defines the outer container for a widget response. |
response:tab | Response element for a Tabs widget. |
response:tbody | Response element for a Table widget. |
response:ticker-tape | Defines the main element for a Ticker Tape widget response, enabling the widget to refresh its contents periodically. |
response:timer | Response element for a Timer widget. Allows authors to set the start-time and stop-time attributes via AJAX request. |
response:validation | Returns the result of validation. It is used by Multiple Forms Validator widget. |