HTML area properties

General

HTML areas are boxes that users can type comments and other information into, such as Comments sections throughout Infor Public Sector. HTML areas accept any combination of letters, numbers, and symbols, and provide formatting features, such as fonts, text color, and text size. The information in an HTML area is stored in HTML format.

PropertyDescription
ID (advanced)Identification code for the HTML area. Infor Public Sector automatically generates an identification code for each control you add in the Page Editor. Although you can change these identification codes, we recommend that you use the default values.

Access

PropertyDescription
EditAccessId (advanced)Identification code for the Access Control permission that users must be granted to edit the data in the HTML area.
ViewAccessId (advanced)Identification code for the Access Control permission that users must be granted to view the HTML area.

Appearance

PropertyDescription
Visible (advanced)Indicates whether the HTML area is visible on the page.
ShowInPortal (advanced) For detail pages, this property indicates whether the HTML area will be included when the detail is displayed in Infor Rhythm for Civics.

Behavior

PropertyDescription
DisabledCanEdit (advanced)Indicates whether users can make a disabled HTML area editable by clicking the Edit button at the top of an InfoViewer. A control is disabled if its Enabled property is set to False, or if the page is opened through an InfoViewer.
Enabled (advanced)Indicates whether the HTML area is enabled for user interaction when the user first opens the page it is displayed on.
FollowsAfter (advanced)ID of the control that the HTML area follows in the page's tab order.
TabIndex (advanced)Index number representing the position of the HTML area within the page’s tabbing order. The tabbing order is the order in which elements receive focus when a user presses the Tab key.

Layout

PropertyDescription
FollowsBottomEdgeIndicates whether the HTML area abuts the bottom of the page or group area it is displayed in.
FollowsRightEdgeIndicates whether the HTML area abuts the right edge of the page or group area it is displayed in.
WidthWidth of the HTML area in pixels.
HeightHeight of the HTML area in pixels.
Top (advanced)Position of the top of the HTML area, in pixels.
Left (advanced)Position of the left edge of the HTML area, in pixels.

Rules

PropertyDescription
ValidationFormulaFormula used to validate the data that is entered in the HTML area.
OnRenderFormula Formula that is executed when the HTML area is rendered on the page. For example, you can use a formula to show or hide the HTML area by changing the value of the Visible property.

Value

PropertyDescription
BindBusiness object property the HTML area is bound to.
Moniker (advanced)Moniker of the business object that the HTML area is bound to.
TextHTML that will be displayed in the HTML area.