CA Technologies Prerelease Documentation. Authorized Use Only.
The btnStartRow macro marks the start of a group of one or more buttons displayed in a horizontal row on a form. The button row starts with either a btnStartRow macro or with a button macro with the NewRow=yes argument. The button row ends with either a btnEndRow macro or with a button macro with the EndRow=yes property. For example:
<PDM_MACRO name=btnStartRow . . .> <PDM_MACRO name=button . . .> <PDM_MACRO name=button . . .> . . . <PDM_MACRO name=btnEndRow> :
This macro has the following properties:
Specifies whether the row of buttons is centered on the form. When you do not specify this property, the row of buttons is left-justified.
Specifies the number of hard (nonbreaking) spaces between buttons in the row. When you do not specify this property, buttons are placed as close together as possible.
|
Copyright © 2012 CA.
All rights reserved.
|
|