About the Input Box control |
![]() |
For new development, use the Text Input control (control pxTextInput)..
Click () to open the Cell Properties panel. Complete the top fields that appear.
If the panel is pinned (), the wireframe presentation on the rule form changes immediately to reflect of your inputs. If the panel is not pinned (
), click Apply to apply your inputs.
Field |
Description |
![]() |
(Appears only when this field is in a section included within the current open rule.) Click to open the section that immediately contains the field. |
Property |
Alternatively, you can drag a property name from the lists of properties visible in the Application Explorer. Typically, this works for Click ( You can reference properties on any page identified on the Pages & Classes tab, using the normal notation pagename.propertyname for pages other than the page corresponding to the Applies To class of the rule. If this field is in a cell of a section that includes parameter declarations on the Parameters tab, you can enter the notation param.NAME here, to use a parameter value for the field, where NAME identifies a string parameter. Make sure that the NAME parameter is declared on the Parameters tab, and that your application provides a non-blank value for the parameter value in all possible situations where the section appears. See Sections — Completing the Parameter tab. |
Control |
If you leave this blank, the form uses the control identified in the property. (If no control is referenced in the property, the control named Default is used.) Click ( Click ( Parameterized controlsWhen feasible, use a parameterized control for runtime efficiency and economy. See Atlas — Standard controls accepting parameters. Click ( If this input box is within a section that itself has parameters (defined on the Parameters tab of the Section form), you can reference a section parameter to supply a control parameter value, with the normal notation PARAM.Name. Width determined by Expected Characters LengthSome properties represented by a Text Input control have an Expected Length (in characters) defined on the Advanced tab of the Property form. Enter the special value The Specific formatsThese standard controls provide specific capabilities:
|
Behavior |
Optional. Leave blank if no dynamic form actions to other parts of the form are to occur based on user updates or values for this field. To establish a dynamic form action, click ( Click the help icon ( Client event support is not available for harnesses, sections, or flow actions that use directives. |
Complete the General tab.
Field |
Description |
Visibility: |
Select to determine when the property value is to appear. (If this setting is not applicable, the cell contents are blank.)
|
Condition |
As a best practice, use the Condition Builder to edit this field. Click ( |
Run on Client |
Appears when you enter a simple expression in the Condition field. Select to cause dynamic execution of the condition each time the value of a property stated in the condition changes. |
Edit Options | Select an edit mode for this control. The edit mode of the control takes precedence over section and harness settings.
|
Condition |
As a best practice, use the Condition Builder to edit this field. Click ( |
Required |
This box appears only for fields in cells on flow actions and sections. Select to require that (when the form appears at runtime in read-write mode) users cannot successfully submit the form if the field is blank.
For sections, checking this box enables client-side format validation when this section is part of a harness form that has the Enable Client Side Validation box selected on the HTML tab. At runtime, users who leave this field blank and submit the form are notified immediately that the field is required; the form is not transmitted to the server. |
Wrap Text |
Select if the text in the cell is to be presented as multiple lines when the text is longer than the cell width. If the box is not selected, the text visible in the cell may appear truncated at runtime. |
Complete the Advanced tab to control the presentation and visibility of the field.
Field |
Description |
Width |
Optional. Enter a positive number for the width in pixels of this cell. (At runtime, normal browser processing for rendering tables determines the actual displayed width.) This field appears only when the cell is not controlled by SmartLayout column restrictions. In that case, you can also adjust the width this column directly:
|
Height |
Optional. Enter a positive number for the height in pixels of this cell. (At runtime, normal browser processing for rendering tables determines the actual displayed height.) This field appears only when all columns in the Layout are not controlled by SmartLayout column restrictions (that is, all columns have the
|
Default Value |
Click (
|
Cell read-write classes |
The SmartPrompt list shows all styles that start with the word Click ( |
Cell read-only style |
The SmartPrompt list shows all styles that start with the word Click ( |
Cell inline style |
To apply inline styling to this cell only, type a CSS style definition in this field, or click the magnifying glass to access a Style Editor window. Styles you enter in this field supplement and override style elements defined in style sheets, according to normal CSS rules. Inline styles are recorded in the generated HTML for the form; they do not alter the CSS definitions. Using the Style EditorYou can select the font, color, font size, text align, vertical align, borders, margins, and other attributes of this cell using selection lists. The Style Editor maintains a preview of the resulting presentation. If you alter the style definition directly, click Apply to update the preview. Click OK to record the style defined with the Style Editor in the panel. |