CustomTableForm Methods |
The CustomTableForm type exposes the following members.
Name | Description | |
---|---|---|
AddConfirmation |
Adds confirmation text to existing message on the page, optionally with a tooltip text.
(Inherited from BasicForm.) | |
AddControlsAfterInternal |
Internal method to add components after the form from inherited forms.
(Inherited from BasicForm.) | |
AddControlsBeforeInternal |
Allows to add additional components before the form.
(Overrides BasicFormAddControlsBeforeInternal.) | |
AddError |
Adds error text to existing message on the page.
(Inherited from BasicForm.) | |
AddInformation |
Adds information text to existing message on the page.
(Inherited from BasicForm.) | |
AddWarning |
Adds warning text to existing message on the page.
(Inherited from BasicForm.) | |
AfterSaveActionsInternal |
Performs additional actions after save (redirecting or displaying info message).
(Inherited from BasicForm.) | |
ConnectAssociatedControls |
Connects associated controls (labels and inputs) together, for accessibility and other reasons.
(Inherited from BasicForm.) | |
CreateChildControls |
Renders the control at run-time.
(Inherited from CMSDynamicWebControl.) | |
CreateMessagesPlaceHolder |
Creates local messages placeholder.
(Inherited from BasicForm.) | |
DisplayErrorLabel |
Displays error label.
(Inherited from BasicForm.) | |
EnsureInitialization |
Initializes the control. Is called within InitComplete or
(Inherited from CMSDynamicWebControl.) | |
EnsureLabels |
Ensures the general labels on the form.
(Inherited from BasicForm.) | |
EnsureMessagesPlaceholder |
Ensures correct set the messages placeholder.
(Inherited from BasicForm.) | |
GetDataValue |
Returns DataRow value for the specified column.
(Inherited from AbstractBasicForm.) | |
GetFieldValue |
Gets the value of a specified field.
(Inherited from BasicForm.) | |
GetMultifieldValues |
Gets the multi-field values of a specified field.
(Inherited from BasicForm.) | |
GetWhereCondition |
Gets where condition from all form engine user controls.
(Inherited from BasicForm.) | |
HandleFieldsValues |
Initializes values for invisible fields.
(Inherited from BasicForm.) | |
InitFormInternal |
Initializes the form.
(Overrides BasicFormInitFormInternal.) | |
InitializeControl |
Initializes the form.
(Inherited from BasicForm.) | |
InitializeMainPanel |
Initializes main form container.
(Inherited from BasicForm.) | |
InitResolver |
Initializes macro resolver data sources.
(Inherited from BasicForm.) | |
InitSpellCheck |
Initializes the spell checker.
(Inherited from AbstractBasicForm.) | |
IsAnyFieldVisible |
Returns TRUE if basic form displays any control.
(Inherited from BasicForm.) | |
IsCategoryCollapsed |
Returns true if the given category is collapsed
(Inherited from BasicForm.) | |
IsFieldAvailable |
Checks if control is included in editing controls hashtable.
(Inherited from BasicForm.) | |
IsFieldVisible |
Checks if the given field is evaluated as visible.
(Inherited from BasicForm.) | |
ItemChanged |
Checks if item has changed.
(Inherited from AbstractBasicForm.) | |
layout_OnAfterRegisterFormControl |
Event after control has been registered in template layout.
(Inherited from BasicForm.) | |
LoadControlValues |
Loads the values from the data container to the form controls.
(Inherited from AbstractBasicForm.) | |
LoadData(DataRow) |
Renders form and sets field values.
(Inherited from BasicForm.) | |
LoadData(IDataContainer) |
Renders form and sets field values.
(Inherited from BasicForm.) | |
LoadDefaultLayout |
Loads default layout.
(Inherited from BasicForm.) | |
LoadFormLayout |
Loads form layout.
(Inherited from BasicForm.) | |
LoadLayout |
Loads the form layout.
(Inherited from BasicForm.) | |
LoadTemplateLayout |
Loads the layout template.
(Inherited from BasicForm.) | |
LoadViewState |
Customized LoadViewState.
(Inherited from CMSDynamicWebControl.) | |
OnInit |
Init event handler.
(Inherited from CMSDynamicWebControl.) | |
OnLoad |
Load event handler.
(Inherited from CMSDynamicWebControl.) | |
OnPreRender |
OnPreRender event handler
(Overrides BasicFormOnPreRender(EventArgs).) | |
Page_InitComplete |
Event handler of page's init complete.
(Inherited from CMSDynamicWebControl.) | |
PrependError |
Prepends error text to existing message on the page.
(Inherited from BasicForm.) | |
ProcessContextVisibility |
Changes fields' visible attribute according to display context.
(Inherited from BasicForm.) | |
ProcessUserVisibility |
Changes fields' visible attribute according to user visibility settings or changes form definition if visibility can be edited.
(Inherited from BasicForm.) | |
ProcessVisibility |
Changes fields' visible attribute according to visibility.
(Inherited from BasicForm.) | |
RaiseOnAfterSave |
Raises the OnAfterSave event.
(Inherited from BasicForm.) | |
RaiseOnBeforeRedirect |
Raises the OnBeforeRedirect event.
(Inherited from BasicForm.) | |
RaiseOnCheckPermissions |
Invokes OnCheckPermissions event.
(Inherited from BasicForm.) | |
RaiseOnDeleteFile |
Raises the OnDeleteFile event.
(Inherited from BasicForm.) | |
RaiseOnSaveFailed |
Raises the OnSaveFailed event.
(Inherited from BasicForm.) | |
RaiseOnUploadFile |
Raises the OnUploadFile event.
(Inherited from BasicForm.) | |
ReloadData |
Reloads the form data.
(Inherited from BasicForm.) | |
Render |
Renders the control at design-time.
(Overrides BasicFormRender(HtmlTextWriter).) | |
ResolveMacros |
Resolves the macros within current WebPart context.
(Inherited from BasicForm.) | |
SaveControlValue |
Saves the control value to the data.
(Inherited from AbstractBasicForm.) | |
SaveData |
Saves data and optionally redirects user to specified URL.
(Inherited from BasicForm.) | |
SaveDataClick |
Saves form data into Data container after the submit button is clicked.
(Inherited from BasicForm.) | |
SaveDataInternal |
Saves data to database.
(Overrides BasicFormSaveDataInternal.) | |
SaveViewState |
Customized SaveViewState.
(Inherited from CMSDynamicWebControl.) | |
SetDataValue |
Sets value of the given column in the data.
(Inherited from AbstractBasicForm.) | |
ShowChangesSaved |
Shows the general changes saved message.
(Inherited from BasicForm.) | |
ShowConfirmation |
Shows the general changes saved message.
(Inherited from BasicForm.) | |
ShowError |
Shows the specified error message, optionally with a tooltip text.
(Inherited from BasicForm.) | |
ShowInformation |
Shows the given information on the page, optionally with a tooltip text.
(Inherited from BasicForm.) | |
ShowWarning |
Shows the specified warning message, optionally with a tooltip text.
(Inherited from BasicForm.) | |
ValidateData |
Validates the data, returns true if succeeded.
(Inherited from BasicForm.) |
Name | Description | |
---|---|---|
AddCssClass |
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) | |
GetCssClasses |
Returns all CSS classes of control.
(Defined by ControlsExtensions.) | |
GetRenderedHTML |
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) | |
HasCssClass |
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
RemoveCssClass |
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
SetCssClasses |
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.) |