Siebel Developer's Reference > Cascading Style Sheets > Elements of Cascading Style Sheets >

Form Elements


This topic describes form elements.

Single Column Form Elements

Table 187 describes the elements that define a single column (sc) form in a customer application where Siebel CRM displays labels adjacent to fields.

Table 187. Elements That Define Single Column Forms
Element
Description

scField

Defines the font characteristics of fields.

scLabel

Defines the label font of a label and field pair.

scLabelRight

Defines the label font of a label and field pair. If Siebel CRM uses a language that the reader reads from:

  • Left to right. The class aligns the second side of the labels. For example, English.
  • Right to left. The class aligns the first side of the labels. For example, Mandarin.

Multicolumn Editable Form Elements

Siebel CRM uses the multicolumn editable (mce) element in an employee application to conserve space. It displays labels at start of fields. It displays the same field width for each field.

Table 188 describes the elements that define a multicolumn editable form.

Table 188. Elements That Define Multicolumn Editable Forms
Element
Description

mceField

Defines the font for a field. It sets the field width to one of the following:

  • 190 pixels wide in an employee application.
  • 120 pixels wide in a customer application.

mceLabel

Defines the label font of the label in a label and field pair.

mceReadOnly

Defines the characteristics of disabled text.

mceWideFields

Defines the font characteristics for a field that Siebel CRM maps to a placeholder that spans two or four columns.

Siebel Developer's Reference Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.