DialogConfiguration Class |
Namespace: CMS.Base.Web.UI
public class DialogConfiguration
The DialogConfiguration type exposes the following members.
Name | Description | |
---|---|---|
DialogConfiguration |
Constructor - creates dialog default configuration.
| |
DialogConfiguration(Hashtable) |
Constructor - creates dialog configuration from the parameters.
|
Name | Description | |
---|---|---|
AdditionalQueryParameters |
Additional query parameters appended to URL generated for current config.
| |
AttachmentDocumentID |
ID of the existing document the attachment should be uploaded to.
| |
AttachmentFormGUID |
GUID of the form the temporary attachment should be uploaded to before the document is created.
| |
AttachmentNodeClassName |
Class name of the document temporary attachment should be uploaded to before the document is created.
| |
AttachmentParentID |
Parent ID of the document the attachment should be added to.
| |
ContentSelectedSite |
Name of the selected site on the 'Content' tab.
| |
ContentSites |
Indicates which content sites are available.
| |
ContentStartingPath |
Starting path of the content tree on the 'Content' tab.
| |
ContentUseRelativeUrl |
Indicates whether returned URL should be relative.
| |
Culture |
Culture the dialog works with.
| |
CustomFormatCode |
Code of the custom output format.
| |
DialogHeight |
Height of the dialog.
| |
DialogWidth |
Width of the dialog.
| |
EditorClientID |
Client id of editor area where content should be inserted.
| |
HideAnchor |
Indicates if 'Anchor' tab should be hidden.
| |
HideAttachments |
Indicates if 'Attachments' tab should be hidden.
| |
HideContent |
Indicates if 'Content' tab should be hidden.
| |
HideEmail |
Indicates if 'E-mail' tab should be hidden.
| |
HideLibraries |
Indicates if 'Media libraries' tab should be hidden.
| |
HideWeb |
Indicates if 'Web' tab should be hidden.
| |
LibGlobalLibraries |
Indicates which global media libraries are available.
| |
LibGlobalLibraryName |
Name of the available global media library. Set when only one global media library should be available.
| |
LibSelectedSite |
Name of the selected site on the 'Media libraries' tab.
| |
LibSites |
Indicates which media library sites are available.
| |
LibStartingPath |
Starting path of the media library folder tree.
| |
MetaFileCategory |
Object category that, together with MetaFileObjectID and MetaFileObjectType, specifies object where metafiles should be uploaded to.
| |
MetaFileObjectID |
ID that, together with MetaFileObjectType and MetaFileCategory, specifies object where metafiles should be uploaded to.
| |
MetaFileObjectType |
Object type that, together with MetaFileObjectID and MetaFileCategory, specifies object where metafiles should be uploaded to.
| |
OutputFormat |
Dialog output format.
| |
ResizeToHeight |
New image height after it is uploaded.
| |
ResizeToMaxSideSize |
New image max side size after it is uploaded.
| |
ResizeToWidth |
New image width after it is uploaded.
| |
SelectableContent |
Dialog selectable content.
| |
UseFullURL |
Indicates if absolute URL should be used in dialogs.
| |
UseRelativeDimensions |
Indicates if dialog width/height are set as relative to the total width/height of the screen.
| |
UseSimpleURLProperties |
If set to true, dialog will not display input fields for specifying size and alt text of image.
Default is false, which means that size inputs will be displayed or hidden according to other settings.
|
Name | Description | |
---|---|---|
Clone |
Clones current dialog configuration.
| |
GetDialogConfiguration |
Returns dialog configuration from current query string.
|