HTML area properties

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.

General

Property Description
ID (advanced) Identification code for the HTML area.

You cannot change the IDs of the out-of-the-box controls.

You can change the IDs that Infor Public Sector generates for agency-defined controls, but we recommend that you use the default values.

Access

PropertyDescription
EditAccessId (advanced)Access ID for the permission that users must be granted to edit the data in the HTML area.
ViewAccessId (advanced)Access ID for the permission that users must be granted to view the HTML area.
EditAccessPath (advanced) Path of the permission that users must be granted to edit the data in the HTML area.

The access path is an alternative to the access ID. For example, the access ID for the permission to create a work order is 8434, and the path is Work Management/Work Order/Create Work Order.

ViewAccessPath (advanced) Path of the 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.
PlaceholderText (advanced) For detail pages, this property specifies the default placeholder text to show in the HTML area in Infor Rhythm for Civics. This applies to detail pages in Rhythm for Civics only.

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.

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.