Previous Topic: elsEndEditNext Topic: endFrameset


elsStartEdit

The elsStartEdit macro activates the Edit in List feature of a list form, and marks the start of the list of fields. 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:

search_filter="__search_filter"

(Required) Specifies the JavaScript object name of the search filter. Specify this property exactly as shown.