Classes
Class | Description | |
---|---|---|
AbstractBasicForm |
Abstract class for BasicForm.
| |
AbstractDefaultLayout |
Default layout
| |
AbstractFormStyleConfiguration |
Container for layout specific form style configuration.
| |
AbstractLayout |
Abstract class for form layout.
| |
AbstractTableDefaultLayout |
Base class for table-based layouts.
| |
AttachmentsControl |
Abstract control for document attachments control.
| |
BasicForm |
Basic form engine independent on CMS. It displays the specified form.
| |
BasicFormDefaultStyle |
Default CSS classes used by basic form unless layout overrides them.
| |
CMSAbstractFormLayout |
Abstract class for virtual ASCX form layouts.
| |
CMSAbstractManager EventArgsType, SimpleEventArgsType |
Base class for managers
| |
CMSAutomationManager |
Automation manager.
| |
CMSDocumentManager |
Document manager.
| |
CMSForm |
Form engine specific for CMS. It displays the given form.
| |
CMSObjectManager |
Object manager control.
| |
CollapsibleImage |
Collapsible image control. Used for collapsing categories.
| |
ControlRegistrationEventArgs |
Custom event arguments used for control registration in BasicForm.
| |
CustomTableForm |
Control to edit custom table record.
| |
DataForm |
Common form control to edit the data.
| |
DivDefaultLayout |
Divs layout
| |
DivLayoutStyle |
Class for initializing default CSS class for basic form.
| |
EditingFormControl |
EditingFormControl control.
| |
FieldActions |
Class providing additional actions with fields.
| |
FieldCreationArgs |
Data container of objects necessary for rendering form layout.
| |
FieldMacroRuleDesigner |
Control provides editing of field validation rules.
| |
FieldSetDefaultLayout |
Panels layout - each category single panel
| |
FieldSetLayoutStyle |
Class for initializing default CSS class for basic form.
| |
FormCategory |
Form field control for the forms.
| |
FormControl |
Form control for the forms.
| |
FormControlError |
Control to supplement the form control that failed to load.
| |
FormControlMacroContainer |
Container to wrap the form control structure
| |
FormControlsHelper |
Helper methods for form controls
| |
FormControlsModule |
Module registration.
| |
FormControlsModuleMetadata |
Represents the FormControls module metadata.
| |
FormControlsResolvers |
Resolvers used in e-mail templates and other macro visual components.
| |
FormControlsTaskType |
Web farm tasks for form controls operations
| |
FormEngineUserControl |
Common interface for custom user controls used in forms.
| |
FormEngineUserControlEventArgs |
Class containing event data pertaining to an event raised for a form control.
| |
FormEngineWebControl |
Form engine web control.
| |
FormErrorLabel |
Form error label.
| |
FormErrorMessageLabel |
Form error message label.
| |
FormField |
Form field control for the forms.
| |
FormInfoMessageLabel |
Form info message label.
| |
FormLabel |
Form label control for form field.
| |
FormMacroContainer FormType |
Container to wrap the form structure
| |
FormRequiredValidator | Obsolete.
Required validator for the form.
| |
FormSubmit |
Form submit field.
| |
FormSubmitButton |
Form button control.
| |
LayoutForm |
Represents custom user layout specified by text with macros.
| |
LayoutTemplate |
Represents layout based on a template.
| |
LocalizableFormEngineUserControl |
Localizable form engine user control
| |
OptionsDesigner |
Control provides editing of field options.
| |
ReadOnlyFormEngineUserControl |
Read-only version of the form engine user control
| |
SecurityCheck |
Security check for the UI form.
| |
SingleTableDefaultLayout |
Standard layout - single table
| |
SingleTableLayoutStyle |
Class for initializing default CSS class for basic form.
| |
SqlFormControl |
Base class for SQL form controls
| |
TablePerCategoryDefaultLayout |
Tables layout - each category single table
| |
TablePerCategoryLayoutCssClass |
Class for initializing default CSS class for basic form.
| |
UIForm |
Form control for the admin UI.
| |
UIFormDefaultStyle |
Default CSS classes used by UI form unless layout overrides them.
| |
UIFormMacroContainer |
Container to wrap the UI form structure
| |
VisibilityControl |
Control to set visibility.
|
Interfaces
Interface | Description | |
---|---|---|
IFormControl |
Form control interface.
| |
IFormStyleConfiguration |
Interface describing form style configuration options.
|
Delegates
Delegate | Description | |
---|---|---|
AbstractBasicForm OnItemValidationEventHandler |
Occurs when the particular item is validated.
| |
AttachmentsControl CheckPermissionsEventHandler |
Delegate of event fired when permissions should be checked.
| |
BasicForm OnGetAttachmentEventHandler |
Occurs when the attachment info is required.
| |
DataForm OnFileProcessingEventHandler |
Represents the method that will handle the file processing event.
|
Enumerations
Enumeration | Description | |
---|---|---|
CaptchaEnum |
Captcha enumerator.
| |
FieldLayoutEnum |
Field layout enumeration.
| |
FormTypeEnum |
Enum for form type.
| |
ObjectOrderEnum |
Object order enumeration (for newly inserted object).
| |
SQLQueryEnum |
Describing which sql RegEx can be used
|