About Supported Template Manager Controls

This topic describes supported Template Manager controls.

The Template Manager class provides mark-up for the many types of controls required in Siebel Open UI. The following table lists the supported Template Manager controls.
HTML Type in Siebel Open UI Corresponding SWE Constants Additional Information

Button

SWE_PST_BUTTON_CTRL

None.

Text Field

SWE_CTRL_TEXT

None.

span

SWE_CTRL_PLAINTEXT

None.

Check Box

SWE_CTRL_CHECKBOX

None.

Date (HTML5)

SWE_CTRL_DATE_PICK

Falls back to HTML4 input field control.

Date Time (HTML5)

SWE_CTRL_DATE_TIME_PICK

Falls back to HTML4 input field control.

URL (HTML5)

SWE_CTRL_URL

None.

TEL (HTML5)

SWE_CTRL_PHONE

Falls back to HTML4 input field control.

File

SWE_CTRL_FILE

None.

Radio

SWE_CTRL_RADIO

None.

Eff Date

SWE_CTRL_EFFDAT

None.

MVG

SWE_CTRL_MVG

None.

Pick

SWE_CTRL_PICK

None.

Detail

SWE_CTRL_DETAIL

None.

Calc

SWE_CTRL_CALC

None.

Link

SWE_CTRL_LINK

Links with the address in src property.

MailTo

SWE_CTRL_MAILTO

Links with the address supplied in src property.

Img

SWE_CTRL_IMAGECONTROL

Image with the source provided in src property.

Text Area

SWE_CTRL_TEXTAREA

None.

Label

SWE_CTRL_LABEL

None.

ComboBox (Select)

SWE_CTRL_COMBOBOX

Accepts the following additional configuration:

  • displayValue. An array of values that should be displayed in the Option List.

  • value. An array of actual values.

  • index. Zero-based value that indicates currently selected value.