EditField HTC Styles

The following styles are associated with the EditField HTC, using the class attribute. Add the "editfield" class attribute value to an element to create an EditField HTC instance. The node type in the EditField metadata used to describe a particular instance will determine which sub-control type HTC will be associated with the instance (for example, "efText", "efDate", and so on).

Class Styles

.editField

Associates an element with the DHTML behavior implemented in the file EditField.htc.

.efBoolean

Associates an element with the DHTML behavior implemented in the file efBoolean.htc.

.efBoolean INPUT

Defines style characteristics used when rendering the check box that is the child of a Boolean type EditField HTC.

.efBorderless

Defines style characteristics that eliminate any borders on the input element within and EditField HTC.

.efBrowseReadOnly

Defines style characteristics used when rendering elements within any EditField HTC that are defined to require the use of a corresponding browse button.

.efBrowseReadOnly INPUT

Defines style characteristics used when rendering single line text boxes that are defined to require the use of a corresponding browse button within any EditField HTC.

.efBrowseReadOnly TEXTAREA

Defines style characteristics used when rendering multi-line text boxes that are defined to require the use of a corresponding browse button within any EditField HTC.

.efDate

Associates an element with the DHTML behavior implemented in the file efDate.htc.

.efDatePicker

Defines style characteristics used when rendering the dropdown in the date type EditField HTC that reveals the calendar when clicked.

.efDisabled

Defines style characteristics used when rendering an EditField HTC element that has been designated as disabled.

.efDisabled INPUT

Defines style characteristics used when rendering a single line text box within an EditField HTC that has been designated as disabled.

.efDisabled LABEL

Defines style characteristics used when rendering a LABEL element within a Boolean type EditField HTC that has been designated as disabled.

.efDisabled TEXTAREA

Defines style characteristics used when rendering a multi-line text box within a long text type EditField HTC that has been designated as disabled.

.efDownBtn

Defines style characteristics used when rendering the down button associated with the calendar and select type EditField HTCs.

.efDropDown

Defines style characteristics used when rendering the dropdown DIV element associated with the calendar and select type EditField HTCs.

.efEllipsisBtn

Defines style characteristics used when rendering the browse button that can be associated with any of the EditField HTCs.

.efField

Defines common style characteristics used when rendering various types of EditField HTCs within the EditSheet and DynamicTable HTCs.

.efHide

Defines style characteristics used when hiding EditField HTC cells in the DynamicTable HTC.

.efInvalid

Defines style characteristics used when rendering EditField HTCs that contain invalid data or are required and contain an empty value.

.efInvalid INPUT

Defines style characteristics used when rendering single line text boxes that contain invalid data or are required and contain an empty value.

.efInvalid TD DIV

Defines style characteristics used when rendering DIV elements within EditField HTCs that contain invalid data or are required and contain an empty value.

.efInvalid TEXTAREA

Defines style characteristics used when rendering multi-line text boxes within a long text type EditField HTC that contains invalid data or that is required and contains an empty value.

.efNumeric

Associates an element with the DHTML behavior implemented in the file efNumeric.htc.

.efOption

Defines style characteristics used when rendering an option in a select type EditField HTC dropdown list.

.efOptionSelect

Defines style characteristics used when rendering a selected option in a select type EditField HTC dropdown list.

.efPrompt

Defines style characteristics used when rendering prompt text within an EditField HTC.

.efReadOnly

Defines style characteristics used when rendering a read-only EditField HTC.

.efReadOnly INPUT

Defines style characteristics used when rendering a read-only single line text box in an EditField HTC.

.efReadOnly TEXTAREA

Defines style characteristics used when rendering a read-only multi-line text box in a long text type EditField HTC.

.efReadWrite

Defines style characteristics used when rendering a read/write EditField HTC.

.efSelect

Associates an element with the DHTML behavior implemented in the file efSelect.htc.

.efSelectScroll

Defines style characteristics used when rendering a scrollable select type EditField HTC. Select type EditField HTCs that have more than six options will use this style while ones that have fewer options will not.

.efText

Associates an element with the DHTML behavior implemented in the file efText.htc when the subtype is "short" or "password", and defined to be one line tall.

.efTextLong

Associates an element with the DHTML behavior implemented in the file efText.htc when the subtype is "long", and defined to be multiple lines tall.

.efTextLong .efPrompt

Defines style characteristics used when rendering the prompt text within a long text type EditField HTC.

.efTextLong TEXTAREA

Defines style characteristics used when rendering the multi-line text box within a long text EditField HTC.

.efTime

Associates an element with the DHTML behavior implemented in the file efTime.htc.


All rights reserved.