Control Builder Class

The following table describes the methods that Siebel Open UI uses with the ControlBuilder class.

Method Description

Pick

You can use the following properties of the configuration object:

  • target. Specifies the DOM element as a jQuery object.

  • click. Attaches a callback method.

  • scope. Specifies the scope.

  • control. Sent as an argument to the callback method that the click property specifies.

  • className. Modifies the CSS style of the pick icon.

Mvg

DatePick

You can use the following properties of the configuration object:

  • target. Specifies the input control DOM element as a jQuery object with a calendar icon and attaches a DatePicker event.

    Configures Siebel Open UI to display a dialog box that contains only date options if the user clicks the calendar icon.

    DateTimePick does the same as DatePick except the dialog box allows the user to set the date and time.

  • className. Identifies the class.

DateTimePick