Portlet Factory, Version 6.1.2
Page Automation element properties
These are some common page automation elelement properties that you can set.
- ColumnWidth
- Determines the width of a column. For example, 24px or 1.4in. This property must be placed on a leaf node in a table.
- ColumnAlignment
- Determines how the content of a table column is aligned. Indicate either left, right, center. This property must be placed on a leaf node in a table.
- ResourceKeyPrefix
- Indicates a prefix to use when looking for a key in the resource bundle.
- InferInputType
- Boolean that indicates whether control type should be inferred from the HTML. The default is true.
- ActionType
- Determines the type of behavior of the action of a button, image button, or link. Possible values are form, link, or script.
- IsModelAction
- Determines whether the action is a model action. Specify either true or false.
- RenderOuterPage
- Determines whether action control should reinvoke the page after invoking the action. Specify either true or false.
- OptionsSource
- Indicates the name of a lookup table for text, select, and radio button group controls.
- NoAssignIfValidationError
- Boolean that indicates whether the assign part should be skipped if validation fails (in SaveData method).
- PutAssignInTryCatch
- Boolean that indicates if assignment code (in SaveData method) should be wrapped by try and catch blocks.
- AppendBadValueToErrorMessage
- Boolean that indicates whether to append a user's value when validation fails.
- TranslateHTMLLabels
- Boolean that indicates whether labels should go through ResourceBundle translation even though they were on original HTML
- LabelClass_NoError
- Indicate the CSS class to render a field in a form that does not contain errors.
- LabelClass_Error
- Indicate the CSS class to render a field in a form that contains errors.
- RequiredPrompt
- Value of this property is a string used to indicate required fields.
Parent topic: Setting properties for page automation elements
Library | Support |