Table of Contents

Namespace Dynamicweb.Content.Items.Editors

Classes

CheckboxEditor
Represents a checkbox editor.
CheckboxListEditor<T>
Represents a checkbox list editor.
ColorEditor
Represents a simple color picker.
ColorSwatchEditor
Represents a Color swatch editor.
DateEditor
Represents a date editor.
DateTimeEditor
Represents a date and time editor.
DecimalEditor
Represents a decimal number editor.
DropDownListEditor<T>
Represents a dropdown list editor.
EditableListEditor
Represents an editable list editor.
EditForm
Represents an edit form. This class cannot be inherited.
EditFormField
Represents an edit form field.
EditFormFieldCollection
Represents a collection of edit form fields.
EditFormGroup
Represents an edit form group.
EditFormGroupCollection
Represents a collection of edit form fields.
EditFormRenderer
Represents an edit form renderer.
EditFormRendererContext
Provides context to the edit form renderer. This class cannot be inherited.
Editor
Represents an item field editor.
Editor.RenderedItemListResult
Container which contains rendered value of the Item list and its additional information
EditorContext
Represents an editor context.
EditorManager
Represents an editor manager. This class cannot be inherited.
EditorRenderingContext
Represents an editor rendering context.
ExtensionValidator
Represents a required value validator.
FileEditor
Represents a file editor.
FolderEditor
Represents a file editor.
GeolocationEditor
Represents a geolocation editor.
GoogleFont
Represents a Google font item.
GoogleFontEditor
Represents a Google font editor.
HiddenFieldEditor
Represents an editor that renders a hidden field.
InputHTML5Editor
Represents a HTML 5 input editor.
IntegerEditor
Represents a number editor.
ItemLinkEditor
Represents a link to item editor.
ItemLinkEditor.ItemReference
Represents an item reference. This class cannot be inherited.
ItemListEditor
Represents a file editor.
ItemRelationListEditor
Represents a Item relation list editor.
ItemRelationListEditor.ItemListData
ItemRelationListMaxValidator
Represents a max rows number validator.
ItemRelationListMinValidator
Represents a min rows number validator.
ItemTypeEditor
Represents a file editor.
ItemTypeTabEditor
Represents a file editor.
LinkEditor
Represents a link editor.
LinkEditorBase
Represents a link editor.
ListEditor<T>
Represents a list editor.
ListItem
Represents a list item.
LongTextEditor
Represents a memo (long text) editor.
NumberEditor
Represents a number editor.
PasswordEditor
Represents a password editor.
RadioButtonListEditor<T>
Represents a radio button list editor.
RegExValidator
Represents a regular expression validator.
RequiredValidator
Represents a required value validator.
RichTextEditor
Represents a rich text editor.
StringEditor
Represents an editor that allows editing of strings.
StylishFormRenderer
Represents a form renderer whose output can be easily styled with CSS.
TabularFormRenderer
Represents a tabular form renderer.
TextEditor
Represents a text editor.
TimestampEditor
Represents a timestamp editor.
UserEditor
Represents a User editor.
Validator
Represents a validator.
ValidatorCollection
Represents a collection of validator metadata.
ValidatorContext
Represents a validator context.

Interfaces

IColorSwatchEditorRenderer
IDropDownListEditorRenderer
IEditableListEditorRenderer
IEditFormRenderer
IFileEditorRenderer
IGoogleFontEditorRenderer
IItemListEditorRenderer
IItemRelationListEditorRenderer
IItemTypeEditorRenderer
IList
Represents a list.
IListEditor
IListEditorRenderer
IListTemplate
Microtemplating feature.
INumberEditorRenderer
IUserEditorRenderer

Enums

EditButtonVisibility
Represents the edit color swatch button visibility.
EditForm.FormLocation
ItemRelationListEditor.ItemListSource
ListEditorMode
Represents a list editor mode.
OptionLabelPosition
Represents a option label rendering.
TextEditorMode
Represents a text editor mode.
To top