Previous Topic: dtlCheckboxReadonlyNext Topic: dtlDate


dtlCheckboxWithDesc

The dtlCheckboxWithDesc macro defines a check box control with a description.

This macro has the following properties:

attr=attributeName

(Required) Specifies the name of the attribute associated with the control.

code=string

Specifies the internal value of the check box. This property is not intended for customer use.

desc=text

Specifies the text of the description appearing after the check box.

evt=”eventName=’script’”

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()\\\""

func=script

Provides the function to select or clear the check box. This property is not intended for customer use.

hdr=text

Specifies the text of the caption on the control; defaults to the DISPLAY_NAME of the attribute associated with the control.

id=string

Specifies the JavaScript identification of the control. This property is not intended for customer use.

padding=0|number

Specifies the number of spaces before the check box.

sameCol=true|false

Specifies that the check box and description are in one column. By default, the check box and description are in two columns.

title=text

Specifies the title for screen reader users.

value

Specifies the value of the attribute in the read-only view.