CA Technologies Prerelease Documentation. Authorized Use Only.
The dtlCheckboxWithDesc macro defines a check box control with a description.
This macro has the following properties:
(Required) Specifies the name of the attribute associated with the control.
Specifies the internal value of the check box. This property is not intended for customer use.
Specifies the text of the description appearing after the check box.
Specifies one or more HTML event handlers in the same way you specify them in an HTML statement, with quotes escaped as required. For example:
evt="onclick='myfunc()' onchange=\\\"myfunc2()\\\""
Provides the function to select or clear the check box. This property is not intended for customer use.
Specifies the text of the caption on the control; defaults to the DISPLAY_NAME of the attribute associated with the control.
Specifies the JavaScript identification of the control. This property is not intended for customer use.
Specifies the number of spaces before the check box.
Specifies that the check box and description are in one column. By default, the check box and description are in two columns.
Specifies the title for screen reader users.
Specifies the value of the attribute in the read-only view.
|
Copyright © 2012 CA.
All rights reserved.
|
|