Previous Topic: elsEditFieldNext Topic: elsEndEdit


elsEditReadonly

The elsEditReadonly macro specifies a read-only field for the Edit in List feature of a list form. You specify that a list form has the Edit in List feature by including the elsStartEdit and elsEndEdit macros. You define the fields on the Edit in List form with one or more elsEditField and elsEditReadOnly macros. For example:

<PDM_MACRO name=elsStartEdit search_filter="__search_filter">
<PDM_MACRO name=elsEditField . . .>
<PDM_MACRO name=elsEditField . . .>
<PDM_MACRO name=elsEditReadonly . . .>
. . .
<PDM_MACRO name=elseEndEdit>

This macro has the following properties:

attr=attributeName

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

colspan=1|number

Specifies the number of columns on the form.

EndRow=yes|no

Specifies whether the field is the last one in a row on the Edit in List form. Specifying EndRow=yes causes CA Service Desk Manager to display the next field on a new line of the form.

hdr=text

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

size=20|number

Specifies the width of the input field.

StartRow=yes|no

Specifies whether the field starts a new row on the Edit in List form.