Search
CueForm Members
Properties Methods
 


Allows handling of hidden items in a cell.

The following tables list the members exposed by the CueForm type.

 Public Properties

  Name Description

calendar

Gets a reference to the parent Calendar control. (Inherited from BaseForm.)

content

Returns a reference to the DOM element of the form content. (Inherited from BaseForm.)

controls

Gets the controls collection. (Inherited from BaseForm.)

element

Returns a reference to the form DOM element. (Inherited from BaseForm.)

formatInfo

Gets the locale object used to format and display date and time information in the form. (Inherited from BaseForm.)

header

Returns a reference to the DOM element of the form header. (Inherited from BaseForm.)

headerText

Gets or sets the text which is displayed in the header of the form. (Inherited from BaseForm.)

id

Gets a value indicating the id of the form. (Inherited from BaseForm.)

item

Gets a reference to the schedule item, whose information is displayed in the form. (Inherited from BaseForm.)

localInfo

Gets the locale object used to format and display localizable strings in the form. (Inherited from BaseForm.)

type

Gets a value indicating the type of the form. (Inherited from BaseForm.)

 Public Methods

  Name Description

addControl

Adds the specified control to the collection of controls. (Inherited from BaseForm.)

clearControls

Clears all items from the collection of controls. (Inherited from BaseForm.)

closeForm

Closes the form. (Inherited from BaseForm.)

col

Renders a column element. (Inherited from BaseForm.)

createButton

Creates a button with the specified options. (Inherited from BaseForm.)

createCheckBox

Creates a check-box with the specified options. (Inherited from BaseForm.)

createCheckBoxList

Creates a check box list with the specified options. (Inherited from BaseForm.)

createDropDownList

Creates a drop-down list with the specified options. (Inherited from BaseForm.)

createEditBox

Creates an edit box with the specified options. (Inherited from BaseForm.)

createRadioButton

Creates a radio button with the specified options. (Inherited from BaseForm.)

createTextArea

Creates a text area with the specified options. (Inherited from BaseForm.)

createTextBox

Creates a text box with the specified options. (Inherited from BaseForm.)

divider

Renders a horizontal line divider. (Inherited from BaseForm.)

drawButtons

Renders the form buttons. (Inherited from BaseForm.)

drawContent

Renders the form content. (Inherited from BaseForm.)

drawHeader

Renders the form header. (Inherited from BaseForm.)

getControlValue

Gets the value of the control with the specified id. (Inherited from BaseForm.)

removeControl

Removes the specified control from the collection of controls. (Inherited from BaseForm.)

row

Renders a row element. (Inherited from BaseForm.)

showForm

Renders the form. (Inherited from BaseForm.)

 See Also