Previous Topic: dtlShowtext Macro Example

Next Topic: KT Search Engine

Modified Web Macros

The following list displays modified Web Macro definitions in CA SDM r12.6:

button

Adds the following parameters:

sfDropdown

Displays static list values passed as arguments.

dtlReadonly

Adds a parameter value when the attribute value you want to display differs from the attribute name. For example, you specified assignee as the attribute name, but the value displays as analyst.comboname.

dtlDropdown

Generates a list of drop-down values when you explicitly specify the attribute name you want to display.

Modified to display static list values passed as arguments.

Note: In previous releases of CA SDM, the dtlDropdown macro displayed the common name attribute in the drop-down.

dtlTextbox

Adds the following parameters:

dtlHTMLEditbox

Adds the following parameter:

className—Specifies a stylesheet class.

dtlLookup

Adds the following parameter:

common_name_attr—Identifies the name of the common name attribute.

dtlCheckboxWithDesc

Adds the following parameters:

id—Identifies the ID value of the checkbox.

func—Checks or unchecks the checkbox.

sameCol—Indicates if the checkbox and description are in the same column.

padding—Specifies the number of spaces before the checkbox.

startPageSection

Starts a section of a generic page with a light brown background color, until it reaches the endPageSection macro tag.

endPageSection

Closes the startPageSection macro tag.

startForm

Starts a generic form.

endForm

Ends a generic form.

startRow

Starts a generic row in the generic Table that can contain one or more check boxes, text boxes, and so on.

endRow

Ends a generic row.