The table below lists the Part Editor rule annotations along with a brief description.
Annotation | Description |
---|---|
%%PEEditorType | Specifies the editor for a rule; editor types include BooleanComboBox, BooleanRadioGroup, CheckBox, ComboBox, MultilineTextBox, NameTextBox, NumericSpin, NumericTextBox, and TextBox. |
%%PEMinValue | Specifies the minimum value allowed for a NumericSpin or NumericTextBox editor. |
%%PEMaxValue | Specifies the maximum value allowed for a NumericSpin or NumericTextBox editor. |
%%PEIntegerOnly? | Restricts a NumericSpin or NumericTextBox editor to integer values when True ; the default is False for a Number rule and True for an Integer rule. |
%%PEValueChecked | Specifies the value returned from a CheckBox when checked by passing a string in Intent formula syntax; return value can be any type; default is ( Boolean ) True . |
%%PEValueUnchecked | Specifies the value returned from a CheckBox when unchecked by passing a string in Intent formula syntax; return value can be any type; default is ( Boolean ) False . |
%%PEAllowOther? | Specifies whether a ComboBox will accept typed-in values ( True ) or is limited to choices defined in %%Choices; default value is True . |
%%PEIncrement | Specifies the increment value for a NumericSpin editor; default value is 1. |
%%PECharacterCasing | Specifies whether text entered in a TextBox editor is converted to Upper or Lower case, or left Normal (default). |
%%PEPasswordChar | If specified, uses the character to mask characters typed into a TextBox editor. |
%%PEMaxLength | Specifies the maximum string length for TextBox and MultiLineTextBox editors; default = 0 (no maximum). |
%%PEAcceptsTab? | Specifies whether a MultiLineTextBox editor accepts tab characters; default = True . |
%%PEAcceptsReturn? | Specifies whether a MultiLineTextBox editor accepts carriage return characters, default = True . |
%%PEWordWrap? | Specifies whether text in a MultiLineTextBox editor wraps at the right margin; default = True . |
%%PETrueString | Specifies label for " True " radio button of BooleanRadioGroup editor; default = " True " |
%%PEFalseString | Specifies label for " False " radio button of BooleanRadioGroup editor; default = " False " |
%%PEFilter | Sets the file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box (SelectFile). |
%%PEInitialDirectory | Sets the initial directory displayed by the file dialog box (SelectFile). |
%%PEDialogTitle | Sets the file dialog box title (SelectFile). |
%%PEDefaultExt | Sets the default file name extension; default = "" (SelectFile). |
%%PERootFolder | Sets the root folder where the browsing starts from; default = "Desktop" (SelectFolder). |
%%PEDescription | Sets the descriptive text displayed above the tree view control in the dialog box (SelectFolder). |
%%PEShowNewFolder? | " False " indicates that the New Folder button will not appear in the folder browser dialog box; default = " True " (SelectFolder). |
%%PESelectPath? | Sets the path selected by the user (SelectFolder). |