GWC Template Language Reference / Template Paths - Window hierarchy |
Path: dialog/idle or menu/idle
Corresponding AUI Tree element:
Fields | Type | Description |
---|---|---|
DID Deprecated ! | Attribute (string) | Dialog identifier. This path is deprecated use XDID instead. |
XDID | Attribute (string) | Dialog identifier in exclusive
format. Example: <input type="radio" gwc:attributes="name makeIdleXDID(); value ''; ... /> produces <input type="radio" name="i" value="" ... /> In inclusive format, no value is needed. Example: <input type="submit" gwc:attributes="name makeIdleXDID();" .../> produces <input type="submit" name="i" ... /> |
timeout | Attribute (number) | Number in seconds of the idle time. |