Allows handling of hidden items in a cell.
The following tables list the members exposed by the CueForm type.
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets a reference to the parent Calendar control. (Inherited from BaseForm.) |
|
![]() |
Returns a reference to the DOM element of the form content. (Inherited from BaseForm.) |
|
![]() |
Gets the controls collection. (Inherited from BaseForm.) |
|
![]() |
Returns a reference to the form DOM element. (Inherited from BaseForm.) |
|
![]() |
Gets the locale object used to format and display date and time information in the form. (Inherited from BaseForm.) |
|
![]() |
Returns a reference to the DOM element of the form header. (Inherited from BaseForm.) |
|
![]() |
Gets or sets the text which is displayed in the header of the form. (Inherited from BaseForm.) |
|
![]() |
Gets a value indicating the id of the form. (Inherited from BaseForm.) |
|
![]() |
Gets a reference to the schedule item, whose information is displayed in the form. (Inherited from BaseForm.) |
|
![]() |
Gets the locale object used to format and display localizable strings in the form. (Inherited from BaseForm.) |
|
![]() |
Gets a value indicating the type of the form. (Inherited from BaseForm.) |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Adds the specified control to the collection of controls. (Inherited from BaseForm.) |
|
![]() |
Clears all items from the collection of controls. (Inherited from BaseForm.) |
|
![]() |
Closes the form. (Inherited from BaseForm.) |
|
![]() |
Renders a column element. (Inherited from BaseForm.) |
|
![]() |
Creates a button with the specified options. (Inherited from BaseForm.) |
|
![]() |
Creates a check-box with the specified options. (Inherited from BaseForm.) |
|
![]() |
Creates a check box list with the specified options. (Inherited from BaseForm.) |
|
![]() |
Creates a drop-down list with the specified options. (Inherited from BaseForm.) |
|
![]() |
Creates an edit box with the specified options. (Inherited from BaseForm.) |
|
![]() |
Creates a radio button with the specified options. (Inherited from BaseForm.) |
|
![]() |
Creates a text area with the specified options. (Inherited from BaseForm.) |
|
![]() |
Creates a text box with the specified options. (Inherited from BaseForm.) |
|
![]() |
Renders a horizontal line divider. (Inherited from BaseForm.) |
|
![]() |
Renders the form buttons. (Inherited from BaseForm.) |
|
![]() |
Renders the form content. (Inherited from BaseForm.) |
|
![]() |
Renders the form header. (Inherited from BaseForm.) |
|
![]() |
Gets the value of the control with the specified id. (Inherited from BaseForm.) |
|
![]() |
Removes the specified control from the collection of controls. (Inherited from BaseForm.) |
|
![]() |
Renders a row element. (Inherited from BaseForm.) |
|
![]() |
Renders the form. (Inherited from BaseForm.) |
See Also