| GWC Template Language Reference / Template Paths - Widgets hierarchies | |
Path: relative paths according to sequences.
Snippet ID: ButtonEdit
Corresponding AUI Tree element: formfield/buttonedit
The ButtonEdit has the same fields than the Edit widget.
| Fields (Attributes) | Type | Description |
|---|---|---|
| IDID | Attribute (string) | Dialog identifier in inclusive format. |
| XDID | Attribute (string) | Dialog identifier in exclusive format. |
| autonext | Attribute (boolean) | True if the AUTONEXT attribute is set. |
| button | Object | A Button object. |
| century | Attribute (string) | Correspond to the CENTURY attribute in 4GL. |
| edit | Object | Use the Edit.xhtml snippet to render the edit part of the ButtonEdit. |
| fontPitch | Attribute (string) | Corresponds to the FONTPITCH attribute value in 4GL. |
| include | Attribute (string) | Corresponds to the INCLUDE attribute value in 4GL. |
| isNumeric | Attribute (boolean) | True if the value is a number. |
| justify | Attribute (string) | Corresponds to the JUSTIFY attribute value in 4GL. |
| picture | Attribute (string) | Corresponds to the PICTURE attribute value in 4GL. |
| shift | Attribute (string) | Value is "up" if UPSHIFT attribute is present. Value is "down" if DOWNSHIFT attribute is present. |
| sizePolicy | Attribute(string) | Corresponds to the SIZEPOLICY attribute in 4GL. |
| verify | Attribute (boolean) | True if VERIFY attribute is set. |
List of fields for the Button object of ButtonEdit object.
| Fields (Attributes) | Type | Description |
|---|---|---|
| CID | Attribute (number) | Component identifier. |
| DID Deprecated ! | Attribute (number) | Dialog identifier. This pathis deprecated use XDID path or makeValueIDID functioninstead. |
| type | Attribute (string) | Type name of the component, that isButtonEdit. |
| name | Attribute (string) | Button identifier. |
| comment | Attribute (string) | Corresponds to the COMMENT attribute in4GL. |
| hidden | Attribute (number) | Corresponds to the HIDDEN attribute in4GL. |
| tag | Attribute (string) | Corresponds to the TAG attribute in4GL. |
| class | Attribute (string) | Corresponds to the STYLE attribute in4GL. |
| style[ attribute-name ] | Attribute (string) | This selectable path will return thegiven attribute value inherited for this window. |
| decorationstyle[ attribute-name ] | Collection of DecorationStyleItem objects | This selectable path will return thegiven attribute value DecorationStyleItem object for this object. Thisobject gives access to all pseudo-selector values for the givenattribute. |
| decorationstyles | Collection of DecorationStylesItem objects | This path will return aDecorationStylesItem object for this object. This object gives access to all style attributes. |
| image | Attribute (string) | Corresponds to the IMAGE attribute in4GL. |
| acceleratorName | Attribute (string) | First accelerator name. |
| acceleratorName2 | Attribute (string) | Second accelerator name. |
| acceleratorName3 | Attribute (string) | Third accelerator name. |
| acceleratorName4 | Attribute (string) | Fourth accelerator name. |
Common attributes for this object are available in the Common Fields section.