28080 lines
1.0 MiB
Plaintext
28080 lines
1.0 MiB
Plaintext
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>DevExpress.Web.ASPxHtmlEditor.v17.2</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes that define functional settings of <see cref="T:DevExpress.Web.ASPxFileManager"/> control built in editor media dialogs.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFileManagerSettingsBase class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.Web.IPropertiesOwner"/>-supported object that is the owner of the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified HtmlEditorFileManagerSettingsBase object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.BreadcrumbsSettings">
|
|
<summary>
|
|
<para>Provides access to the breadcrumbs settings used by the File Manager embedded into built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorFileManagerBreadcrumbsSettings"/> object that contains settings for the breadcrumbs element.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.ClientSideEvents">
|
|
<summary>
|
|
<para>Gets an object that lists the client-side events specific to the built-in <see cref="T:DevExpress.Web.ASPxFileManager"/> control used in the editor's dialogs.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="FileManagerClientSideEvents"/> object which allows assigning handlers to the client-side events available to the built-in file manager.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.CommonSettings">
|
|
<summary>
|
|
<para>Provides access to a built-in dialog media selector's main settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorFileManagerCommonSettings"/> object that contains the Image Selector's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.CustomFileSystemProvider">
|
|
<summary>
|
|
<para>Specifies the custom file system provider used in the file manager.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="FileSystemProviderBase"/> object that is the file system provider.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.CustomFileSystemProviderTypeName">
|
|
<summary>
|
|
<para>Specifies the name of a custom file system provider type that is used in the file manager.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="String"/> value specifying the type name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.DataSource">
|
|
<summary>
|
|
<para>Specifies the object from which a built-in dialog retrieves its list of items.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An object that is the data source from which the dialog retrieves its data.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.DataSourceID">
|
|
<summary>
|
|
<para>Specifies the ID of an object from which a built-in dialog retrieves its list of items.
|
|
</para>
|
|
</summary>
|
|
<value>The ID of an object that is the data source from which the dialog retrieves its data.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.EditingSettings">
|
|
<summary>
|
|
<para>Provides access to a built-in dialog media selector's editing settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorFileManagerEditingSettings"/> object that contains the editing options.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.Enabled">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether a built-in dialog media selector is enabled.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to allow display the dialog; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.FileListSettings">
|
|
<summary>
|
|
<para>Provides access to the file list's settings in a built-in dialog media selector.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorFileManagerFileListSettings"/> object that contains the file list's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.FoldersSettings">
|
|
<summary>
|
|
<para>Provides access to the folder container's settings within a built-in dialog media selector.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorFileManagerFoldersSettings"/> object that contains the folder container's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.PermissionSettings">
|
|
<summary>
|
|
<para>Provides access to settings that relate to a built-in dialog media selector's permissions.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorFileManagerPermissionsSettings"/> object containing settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.ProviderType">
|
|
<summary>
|
|
<para>Specifies the type of provider used by the file manager.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="FileManagerProviderType"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.SettingsAdaptivity">
|
|
<summary>
|
|
<para>Provides access to the adaptivity settings of the HTML editor's built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorFileManagerAdaptivitySettings"/> object that contains adaptivity settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.SettingsAmazon">
|
|
<summary>
|
|
<para>Gets settings allowing file manager to access a file system retained in Amazon Simple Storage Service (Amazon S3).
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="FileManagerAmazonProviderSettings"/> object containing Amazon account settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.SettingsAzure">
|
|
<summary>
|
|
<para>Gets settings allowing file manager to access a file system retained in Azure Service.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="FileManagerAzureProviderSettings"/> object containing the Azure account settings.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.SettingsDataSource">
|
|
<summary>
|
|
<para>Gets settings allowing the file manager to access a file system retained in a data source.
|
|
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="FileManagerSettingsDataSource"/> object that contains data source settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.SettingsDropbox">
|
|
<summary>
|
|
<para>Gets settings allowing the file manager to access a file system retained in the Dropbox Service.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="FileManagerDropBoxProviderSettings"/> object containing Dropbox account settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.ToolbarSettings">
|
|
<summary>
|
|
<para>Provides access to the visibility of toolbar items in a built-in dialog media selector.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorFileManagerToolbarSettings"/> object that contains the visibility options.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.UploadSettings">
|
|
<summary>
|
|
<para>Provides access to the upload panel's settings in a built-in dialog media selector.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorFileManagerUploadSettings"/> object that holds settings for an upload panel.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowBelowButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that allows insertion of a new row below in the table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowBelowButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableRowBelowButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowBelowButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableRowBelowButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowBelowButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableRowBelowButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowBelowButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowBelowButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowBelowButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowBelowButton"/> type is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerToolbarSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the built-in ImageSelector's toolbar functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerToolbarSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFileManagerToolbarSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerToolbarSettings.ShowPath">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the path box is displayed in built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the path panel is visible, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerFoldersSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the built-in ImageSelector's folder functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerFoldersSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFileManagerFoldersSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerFoldersSettings.ShowLockedFolderIcons">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the Image Selector displays a special icon for folders that are locked for upload.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a special icon is displayed; <b>false</b> if a default folder icon is displayed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerFoldersSettings.Visible">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the visibility of the folder container in the File Manager embedded into built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the folder container is visible; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItem">
|
|
|
|
<summary>
|
|
<para>An individual item within a <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection"/> collection.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItem.#ctor(System.String,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarListEditItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItem.#ctor(System.String,System.Object,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarListEditItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.ImageUrl"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarListEditItem class with the default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItem.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarListEditItem class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection">
|
|
|
|
<summary>
|
|
<para>A collection that maintains a default toolbar item's dropdown list items.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarListEditItemCollection class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarListEditItemCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>IWebControlObject</b> interface and represents the owner of the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection.Add(System.String,System.Object,System.String)">
|
|
<summary>
|
|
<para>Creates a new item with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the item's text. Initializes the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
<param name="value">
|
|
An object that represents the item's value. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.ImageUrl"/> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItem"/> object representing the newly created item.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection.Add">
|
|
<summary>
|
|
<para>Creates a new item with the default settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection.Add(DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItem)">
|
|
<summary>
|
|
<para>Adds a specified item to the end of the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItem"/> object representing an item to be added.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection.Add(System.String,System.Object)">
|
|
<summary>
|
|
<para>Creates a new item with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the item's text. Initializes the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
<param name="value">
|
|
An object that represents the item's value. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.Value"/> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection.Add(System.String)">
|
|
<summary>
|
|
<para>Creates a new item with the specified setting and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the item's text. Initializes the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Provides indexed access to individual items within the ToolbarListEditItemCollection.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value specifying the zero-based index of the item to be accessed.
|
|
|
|
</param>
|
|
<value>An <see cref="ToolbarListEditItem"/> object that is the item located at the specified index within the collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItem">
|
|
|
|
<summary>
|
|
<para>An individual item within a <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItemCollection"/> collection.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItem.#ctor(System.String,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomListEditItem class with the specified settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItem.#ctor(System.String,System.Object,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomListEditItem class with the specified settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.Value"/> property.
|
|
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.ImageUrl"/> property.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomListEditItem class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItem.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomListEditItem class with the specified setting.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItemCollection">
|
|
|
|
<summary>
|
|
<para>A collection that maintains a <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox"/>'s dropdown list items.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItemCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomListEditItemCollection class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomListEditItemCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>IWebControlObject</b> interface and represents the owner of the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItemCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Provides indexed access to individual items within the ToolbarCustomListEditItemCollection.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value specifying the zero-based index of the item to be accessed.
|
|
|
|
</param>
|
|
<value>An <see cref="ToolbarCustomListEditItem"/> object that is the item located at the specified index within the collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImageSelectorSettings">
|
|
|
|
<summary>
|
|
<para>Contains the <b>ASPxHtmlEditor</b>'s Select Image dialog's settings.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImageSelectorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorImageSelectorSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorResizeSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the <b>ASPxHtmlEditor</b>'s sizing capabilities.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorResizeSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorResizeSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorResizeSettings.AllowResize">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the ASPxHtmlEditor can be resized by end-users on the client side.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if resizing is allowed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorResizeSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorResizeSettings.MaxHeight">
|
|
<summary>
|
|
<para>Gets or sets the ASPxHtmlEditor window's maximum height.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the editor's maximum height, in pixels.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorResizeSettings.MaxWidth">
|
|
<summary>
|
|
<para>Gets or sets the ASPxHtmlEditor window's maximum width.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the editor's maximum width, in pixels.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorResizeSettings.MinHeight">
|
|
<summary>
|
|
<para>Gets or sets the ASPxHtmlEditor window's minimum height.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the editor's minimum height, in pixels.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorResizeSettings.MinWidth">
|
|
<summary>
|
|
<para>Gets or sets the ASPxHtmlEditor window's minimum width.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the editor's minimum width, in pixels.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that are specific to customized versions of the <b>ASPxHtmlEditor</b>'s built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFormsSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
The <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> that owns the current form settings.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.InsertAudioCssClassItems">
|
|
<summary>
|
|
<para>Provides access to a collection that can contain a list of custom CSS classes defining audio player style settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="InsertMediaCssClassItems"/> object that is the collection of items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.InsertAudioFormPath">
|
|
<summary>
|
|
<para>Gets or sets the path to a UserControl (an <b>.ascx</b> file) that is the customized version of the built-in Insert Audio dialog.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the file name and path to a UserControl file.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.InsertFlashCssClassItems">
|
|
<summary>
|
|
<para>Provides access to a collection that can contain a list of custom CSS classes defining flash player style settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="InsertMediaCssClassItems"/> object that is the collection of items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.InsertFlashFormPath">
|
|
<summary>
|
|
<para>Gets or sets the path to a UserControl (an <b>.ascx</b> file) that is the customized version of the built-in Insert Flash dialog.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the file name and path to a UserControl file.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.InsertImageCssClassItems">
|
|
<summary>
|
|
<para>Provides access to a collection that can contain a list of custom CSS classes defining image style settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="InsertImageCssClassItems"/> object that is the collection of items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.InsertImageFormPath">
|
|
<summary>
|
|
<para>Gets or sets the path to a UserControl (an <b>.ascx</b> file) that is the customized version of the built-in Insert Image dialog.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the file name and path to a UserControl file.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.InsertLinkFormPath">
|
|
<summary>
|
|
<para>Gets or sets the path to a UserControl (an <b>.ascx</b> file) that is the customized version of the built-in Insert Link dialog.
|
|
</para>
|
|
</summary>
|
|
<value> A <see cref="T:System.String"/> value specifying the file name and path to a UserControl file that is a customized Insert Link dialog.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.InsertTableFormPath">
|
|
<summary>
|
|
<para>Gets or sets the path to a UserControl (an <b>.ascx</b> file) that is the customized version of the built-in Insert Table and Table Properties dialogs.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the file name and path to a UserControl file that is a customized Insert Table and Table Properties dialog.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.InsertVideoCssClassItems">
|
|
<summary>
|
|
<para>Provides access to a collection that can contain a list of custom CSS classes defining video player style settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="InsertMediaCssClassItems"/> object that is the collection of items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.InsertVideoFormPath">
|
|
<summary>
|
|
<para>Gets or sets the path to a UserControl (an <b>.ascx</b> file) that is the customized version of the built-in Insert Video dialog.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the file name and path to a UserControl file.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.InsertYouTubeVideoCssClassItems">
|
|
<summary>
|
|
<para>Provides access to a collection that can contain a list of custom CSS classes defining YouTube video player style settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="InsertMediaCssClassItems"/> object that is the collection of items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.InsertYouTubeVideoFormPath">
|
|
<summary>
|
|
<para>Gets or sets the path to a UserControl (an <b>.ascx</b> file) that is the customized version of the built-in Insert YouTube Video dialog.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the file name and path to a UserControl file.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.PasteFromWordFormPath">
|
|
<summary>
|
|
<para>Gets or sets the path to a UserControl (an <b>.ascx</b> file) that is the customized version of the built-in Paste from Word dialog.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the file name and path to a UserControl file that is a customized Paste from Word dialog.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.SpellCheckerForms">
|
|
<summary>
|
|
<para>Gets the settings allowing you to specify paths to customized versions of the built-in spell checker's dialog forms (UserControls) stored within a web site.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerFormsSettings"/> object containing properties which point to individual dialog forms.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFormsSettings.TableColumnPropertiesFormPath">
|
|
<summary>
|
|
<para>Gets or sets the path to a UserControl (an <b>.ascx</b> file), that is the customized version of the built-in Row, Column, and Cell Properties dialogs.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value, specifying the file name and path to a UserControl file that is a customized Row, Column, and Cell Properties dialogs.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerCommonSettings">
|
|
|
|
<summary>
|
|
<para>Contains the base settings of a built-in Image Selector.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerCommonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFileManagerCommonSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerCommonSettings.AllowedFileExtensions">
|
|
<summary>
|
|
<para>Gets or sets the file extensions allowed for display in the ASPxHtmlEditor's file selectors.
|
|
</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:System.String"/> values that contains the file extensions allowed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerCommonSettings.EnableMultiSelect">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether multiple file selection is enabled in the File Manager used within built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if multiple file selection is enabled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerCommonSettings.ThumbnailFolder">
|
|
<summary>
|
|
<para>Gets or sets the path to the folder that contains thumbnails used by the File Manager embedded into built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value, specifying the root path of all thumbnails used by the embedded File Manager.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadControl">
|
|
|
|
<summary>
|
|
<para>Represents the ASPxHtmlEditor's built-in upload control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorUploadControl class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes providing the combo box functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.#ctor(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarComboBoxBase class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's tooltip text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarComboBoxBase class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarComboBoxBase class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarComboBoxBase class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.CommandName"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.DefaultCaption">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the default caption of a toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the default caption of a toolbar item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.DropDownHeight">
|
|
<summary>
|
|
<para>Gets or sets the height of the editor's dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the dropdown window's height.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.DropDownWidth">
|
|
<summary>
|
|
<para>Gets or sets the width of the editor's dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the dropdown window's width.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.Image">
|
|
<summary>
|
|
<para> This property is not in effect for the ToolbarComboBoxBase class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.Text">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.ViewStyle">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarComboBoxBase class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.Width">
|
|
<summary>
|
|
<para>Gets or sets the editor's width.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the editor's width.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox">
|
|
|
|
<summary>
|
|
<para>Implements a combo box custom toolbar item functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.#ctor(System.String,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarComboBox class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarComboBox class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.CommandName"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.#ctor(System.String,System.Boolean,System.Boolean,DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarComboBox class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <b>ToolbarCustomListEditItem</b> objects to populate the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.#ctor(System.String,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarComboBox class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.Visible"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.#ctor(System.String,DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarComboBox class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <b>ToolbarCustomListEditItem</b> objects to populate the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarComboBox class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.CommandName">
|
|
<summary>
|
|
<para>Gets or sets the command name associated with the toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the command name associated with the toolbar item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.DropDownHeight">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarComboBox class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.DropDownWidth">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarComboBox class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed within the editor's dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItemCollection"/> instance representing the collection of items in the combo box editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.PropertiesComboBox">
|
|
<summary>
|
|
<para>Provides access to the settings which are specific to the combo box.
|
|
</para>
|
|
</summary>
|
|
<value>An object containing combo box specific settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.Width">
|
|
<summary>
|
|
<para> Gets or sets the toolbar combo box's width.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the width.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorViewModeTabControlStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow the tabs' appearance to be defined.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorViewModeTabControlStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorViewModeTabControlStyles class.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <b>ISkinOwner</b> object that represents the owner of the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorViewModeTabControlStyles.ActiveTab">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the active tab within the <b>ASPxHtmlEditor</b>'s status bar .
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarTabStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorViewModeTabControlStyles.Tab">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of tabs within the <b>ASPxHtmlEditor</b>'s status bar.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarTabStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorUserControl">
|
|
|
|
<summary>
|
|
<para>Represents a user control class to be used within the <b>ASPxHtmlEditor</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorUserControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorUserControl class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorUserControl.ClientID">
|
|
<summary>
|
|
<para>Gets the user control's identifier generated by ASP.NET.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="String"/> value specifying the user control identifier generated by ASP.NET.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorUploadControlStyles">
|
|
|
|
<summary>
|
|
<para>Contains style settings defining the appearance of the ASPxHtmlEditor built-in upload control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorUploadControlStyles.#ctor(DevExpress.Web.ASPxUploadControl)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorUploadControlStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.Web.ASPxUploadControl"/> object that represents the owner of the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarSizeGripStyle">
|
|
|
|
<summary>
|
|
<para>Contains style settings that define the appearance of the ASPxHtmlEditor's size grip.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarSizeGripStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorStatusBarSizeGripStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarSizeGripStyle.BackgroundImage">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarSizeGripStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarSizeGripStyle.Font">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarSizeGripStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarSizeGripStyle.ForeColor">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarSizeGripStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarSizeGripStyle.Height">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarSizeGripStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarSizeGripStyle.HorizontalAlign">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarSizeGripStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarSizeGripStyle.VerticalAlign">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarSizeGripStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarSizeGripStyle.Width">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarSizeGripStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarSizeGripStyle.Wrap">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarSizeGripStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRequiredFieldValidationPattern">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the required field validation type.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRequiredFieldValidationPattern.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.IValidationSettings)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorRequiredFieldValidationPattern class with the specified owner and validation settings.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
<param name="validationSettings">
|
|
An object that implements the <b>IValidationSettings</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRequiredFieldValidationPattern.ErrorText">
|
|
<summary>
|
|
<para>Gets or sets the error text to be displayed within the editor's error frame, if the editor's specific required field validation fails.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the error text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorRoundPanel">
|
|
|
|
<summary>
|
|
<para>Represents a round panel used internally within the ASPxHtmlEditor dialogs.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorRoundPanel.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorRoundPanel class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorRoundPanel.ShowHeader">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether a round panel's header is displayed.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a header is displayed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholderItem">
|
|
|
|
<summary>
|
|
<para>An individual placeholder within the HtmlEditor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholderItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorPlaceholderItem class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholderItem.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorPlaceholderItem class with the specified value.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that specifies the item display value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholderItem.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholderItem.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings of the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object that is the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholderItem.Value">
|
|
<summary>
|
|
<para>Specifies the placeholder value.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="String"/> that specifies the item value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManager">
|
|
|
|
<summary>
|
|
<para>A built-in file manager used to in editor media dialogs.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManager.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFileManager class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEClipboardRibbonGroup">
|
|
|
|
<summary>
|
|
<para>A default ribbon group containing items related to working with the clipboard.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEClipboardRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEClipboardRibbonGroup class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEClipboardRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEClipboardRibbonGroup class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEClipboardRibbonGroup.Text">
|
|
<summary>
|
|
<para>A string value that specifies the ribbon group's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the ribbon group's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEViewRibbonTab">
|
|
|
|
<summary>
|
|
<para>A default ribbon tab containing a <b>Views</b> (<see cref="T:DevExpress.Web.ASPxHtmlEditor.HEViewsRibbonGroup"/>) ribbon group.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEViewRibbonTab.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEViewRibbonTab class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEViewRibbonTab.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEViewRibbonTab class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonTab.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEViewRibbonTab.Text">
|
|
<summary>
|
|
<para>Gets or sets the text content of the current ribbon tab.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the tab.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItemCollection">
|
|
|
|
<summary>
|
|
<para>A collection that maintains a <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu"/>'s menu items.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItemCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarMenuItemCollection class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarMenuItemCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>IWebControlObject</b> interface and represents the owner of the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItemCollection.Add">
|
|
<summary>
|
|
<para>Creates a new item with the default settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItemCollection.Add(System.String,System.String)">
|
|
<summary>
|
|
<para>Creates a new item with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItemCollection.Add(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Creates a new item with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url"/> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItemCollection.Add(System.String,System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Creates a new item with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's tooltip text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem">
|
|
|
|
<summary>
|
|
<para>An individual item of the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.Items"/> collection.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem.#ctor(System.String,System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarMenuItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's tooltip text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem.#ctor(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarMenuItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarMenuItem class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarMenuItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem.BeginGroup">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the current toolbar item starts a group.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the current item starts a group; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItemCollection">
|
|
|
|
<summary>
|
|
<para>A collection that maintains a <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker"/>'s dropdown list items.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItemCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemPickerItemCollection class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemPickerItemCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>IWebControlObject</b> interface and represents the owner of the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItemCollection.Add(System.String,System.String)">
|
|
<summary>
|
|
<para>Creates a new item with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItemCollection.Add">
|
|
<summary>
|
|
<para>Creates a new item with the default settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItemCollection.Add(System.String,System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Creates a new item with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's tooltip text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItemCollection.Add(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Creates a new item with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url"/> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItem">
|
|
|
|
<summary>
|
|
<para>An individual item within a <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItemCollection"/> collection.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItem.#ctor(System.String,System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemPickerItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's tooltip text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemPickerItem class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItem.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemPickerItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItem.#ctor(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemPickerItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu">
|
|
|
|
<summary>
|
|
<para>Implements a dropdown menu custom toolbar item functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownMenu class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownMenu class with the specified setting.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.CommandName"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.#ctor(System.String,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownMenu class with the specified settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.Visible"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.#ctor(System.String,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownMenu class with the specified settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.#ctor(System.String,System.Boolean,System.Boolean,DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownMenu class with the specified settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <b>ToolbarMenuItem</b> objects to populate the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.#ctor(System.String,DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownMenu class with the specified settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <b>ToolbarMenuItem</b> objects to populate the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.BeginGroupField">
|
|
<summary>
|
|
<para>Gets or sets the data source field which identifies items that start a group.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the name of the required data source field.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.CommandName">
|
|
<summary>
|
|
<para>Gets or sets the command name associated with the toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the command name associated with the toolbar item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownMenu.Items">
|
|
<summary>
|
|
<para> Gets the collection of items displayed within the menu's dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection"/> instance representing the collection of items in the menu.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker">
|
|
|
|
<summary>
|
|
<para>Implements a dropdown item picker custom toolbar item functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.#ctor(System.String,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownItemPicker class with the specified settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.#ctor(System.String,System.Boolean,System.Boolean,DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownItemPicker class with the specified settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <b>ToolbarItemPickerItem</b> objects to populate the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.#ctor(System.String,DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownItemPicker class with the specified settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <b>ToolbarItemPickerItem</b> objects to populate the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.#ctor(System.String,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownItemPicker class with the specified settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.Visible"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownItemPicker class with the specified setting.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.CommandName"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownItemPicker class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.ClickMode">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the response to clicks on the ToolbarDropDownItemPicker toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.DropDownItemClickMode"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.ColumnCount">
|
|
<summary>
|
|
<para>Gets or sets the number of columns into which items are arranged within a dropdown list.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the number of columns.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.CommandName">
|
|
<summary>
|
|
<para>Gets or sets the command name associated with the toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the command name, associated with the toolbar item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.ImagePosition">
|
|
<summary>
|
|
<para>Gets or sets the image position within item picker items.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerImagePosition"/> enumeration value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.ItemHeight">
|
|
<summary>
|
|
<para>Gets or sets the height of items displayed in the drop-down item picker.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that represents the height of items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.ItemPickerItemStyle">
|
|
<summary>
|
|
<para>Gets the style settings defining the appearance of items within the ASPxHtmlEditor's drop-down item picker.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDropDownItemPickerItemStyle"/> object containing style settings.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.ItemPickerStyle">
|
|
<summary>
|
|
<para>Gets the style settings defining the appearance of a drop-down item picker within the ASPxHtmlEditor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDropDownItemPickerStyle"/> object containing style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed within the dropdown item picker's window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItemCollection"/> instance representing the collection of items within the dropdown item picker's window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.ItemWidth">
|
|
<summary>
|
|
<para> Gets or sets the width of items displayed within the drop-down item picker.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that represents the width of items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes specifying toolbar items with dropdown lists.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownBase.#ctor(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownBase class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
|
|
</param>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's tooltip text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownBase class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownBase.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownBase class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.CommandName"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDropDownBase class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownBase.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownBase.CreateDefaultItems">
|
|
<summary>
|
|
<para>Populates the toolbar item's dropdown list with items providing the appropriate predefined functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownBase.GetButtonTemplateID">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownBase.GetDropDownTemplateID">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem">
|
|
|
|
<summary>
|
|
<para>A base class for list items maintained within custom lists of toolbar buttons.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.#ctor(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomItem class with the specified settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomItem class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.#ctor(System.String,System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> that represents the validated value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's tooltip text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Text">
|
|
<summary>
|
|
<para>Gets or sets the text content of the toolbar custom item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="String"/> value that specifies the item's text content.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.ToString">
|
|
<summary>
|
|
<para>Returns a string that denotes the ToolbarCustomItem object.
|
|
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="String"/> that denotes the ToolbarCustomItem object.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem.Value">
|
|
<summary>
|
|
<para>Gets or sets the toolbar item's value.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the item's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes specifying custom toolbar items with dropdown lists.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomDropDownBase class with the specified command name.
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that specifies the command name associated with the drop-down menu.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomDropDownBase class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase.ClickMode">
|
|
<summary>
|
|
<para> Gets or sets a value that specifies the response to clicks on the ToolbarDropDownMenu toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value> One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.DropDownItemClickMode"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase.CommandName">
|
|
<summary>
|
|
<para>Gets or sets the command name associated with the toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the command name associated with the toolbar item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase.DataSource">
|
|
<summary>
|
|
<para>Gets or sets the object from which the data-bound toolbar item retrieves its list of data items.
|
|
</para>
|
|
</summary>
|
|
<value>An object that represents the data source from which the data-bound toolbar item retrieves its items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase.DataSourceID">
|
|
<summary>
|
|
<para>Gets or sets the ID of the control from which the data-bound toolbar item retrieves its list of data items.
|
|
</para>
|
|
</summary>
|
|
<value>The ID of a control that represents the data source from which the data-bound toolbar item retrieves its data.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase.ImageUrlField">
|
|
<summary>
|
|
<para>Gets or sets the data source field that provides image locations for the items within a toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the name of the required data source field.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase.SelectedItemIndex">
|
|
<summary>
|
|
<para>Gets or sets the selected item's index.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value, representing the zero-based index of the selected item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase.TextField">
|
|
<summary>
|
|
<para>Gets or sets the data source field that provides display texts for the items within a toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the name of the required data source field.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase.TooltipField">
|
|
<summary>
|
|
<para>Gets or sets the name of a data field which provides tool tip texts for items within a toolbar item.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the name of the required data source field.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase.ValueField">
|
|
<summary>
|
|
<para>Gets or sets the data source field that provides values for the items within a toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the name of the required data source field.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem">
|
|
|
|
<summary>
|
|
<para>Implements the base toolbar item functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.#ctor(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorToolbarItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. Initializes the item's <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's tooltip text. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorToolbarItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. Initializes the item's <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.CommandName"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorToolbarItem class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. Initializes the item's <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorToolbarItem class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.#ctor(System.String,System.String,System.String,DevExpress.Web.ASPxHtmlEditor.ViewStyle)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorToolbarItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. Initializes the item's <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
|
|
</param>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.CommandName"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's tooltip text. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
|
|
</param>
|
|
<param name="viewStyle">
|
|
A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> object specifying how a toolbar item is represented within a toolbar. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.ViewStyle"/> property.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.AdaptivePriority">
|
|
<summary>
|
|
<para>Gets or sets the priority of Html Editor toolbar item hiding in adaptive mode.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="Int32"/> value specifying the toolbar item priority.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the current toolbar item starts a group.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the current item starts a group; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.CommandName">
|
|
<summary>
|
|
<para>Gets or sets the command name associated with the toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the command name associated with the toolbar item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar item is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value> One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.Visible">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the visibility of the current toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the item is visible; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.VisibleIndex">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the position of the current item amongst the visible items in a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the zero-based index of the HtmlEditorToolbarItem amongst the toolbar's visible items. <b>-1</b> if the toolbar item is invisible.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorErrorFrameStyle">
|
|
|
|
<summary>
|
|
<para>Contains styles settings defining the appearance of the editor's error frame.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorErrorFrameStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorErrorFrameStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorErrorFrameStyle.ImageSpacing">
|
|
<summary>
|
|
<para>Gets or sets the distance between an image and text within an error frame.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorErrorFrameCloseButtonStyle">
|
|
|
|
<summary>
|
|
<para>Contains styles settings defining the appearance of the close button displayed within the editor's error frame.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorErrorFrameCloseButtonStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorErrorFrameCloseButtonStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorErrorFrameCloseButtonStyle.DisabledStyle">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorErrorFrameCloseButtonStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorErrorFrameCloseButtonStyle.HorizontalAlign">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorErrorFrameCloseButtonStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorErrorFrameCloseButtonStyle.PressedStyle">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorErrorFrameCloseButtonStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorErrorFrameCloseButtonStyle.VerticalAlign">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorErrorFrameCloseButtonStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDropDownItemPickerStyle">
|
|
|
|
<summary>
|
|
<para>Contains styles settings defining the appearance of a dropdown item picker toolbar item.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDropDownItemPickerStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDropDownItemPickerStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholderCollection">
|
|
|
|
<summary>
|
|
<para>A collection of placeholders available in the HtmlEditor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholderCollection.#ctor(DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorPlaceholderCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="editor">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> object that will own the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholderCollection.Add(System.String)">
|
|
<summary>
|
|
<para>Adds a new item to the collection and specifies the item's value.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A <see cref="T:System.String"/> value specifying the item's value. Initializes the item's <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholderItem.Value"/> property.
|
|
|
|
</param>
|
|
<returns>An <see cref="HtmlEditorPlaceholderItem"/> object that is the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialogs">
|
|
|
|
<summary>
|
|
<para>A collection of custom dialogs within the ASPxHtmlEditor.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialogs.#ctor(DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorCustomDialogs class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> object that represents the owner of the created object. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialogs.Owner"/> property.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialogs.Add">
|
|
<summary>
|
|
<para>Creates a new dialog with the default settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<returns>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog"/> object representing the newly created dialog.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialogs.Add(System.String,System.String)">
|
|
<summary>
|
|
<para>Creates a new custom dialog with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created custom dialog's name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.Name"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value that specifies the created custom dialog's caption. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.Caption"/> property.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog"/> object representing the newly created dialog.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialogs.Add(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Creates a new custom dialog with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created custom dialog's name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.Name"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value that specifies the created custom dialog's caption. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="formPath">
|
|
A <see cref="T:System.String"/> value that specifies the path to the created custom dialog's content. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.FormPath"/> property.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog"/> object representing the newly created dialog.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialogs.Item(System.String)">
|
|
<summary>
|
|
<para>Provides access to individual items in the collection by their names.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value specifying the item's name.
|
|
|
|
</param>
|
|
<value>An <see cref="HtmlEditorCustomDialog"/> object which is the item with the specified name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialogs.Owner">
|
|
<summary>
|
|
<para>Gets the dialog's owner.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> object representing the dialog's owner.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog">
|
|
|
|
<summary>
|
|
<para>An individual custom dialog within the ASPxHtmlEditor.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorCustomDialog class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created custom dialog's name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.Name"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value that specifies the created custom dialog's caption. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.Caption"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorCustomDialog class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.#ctor(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorCustomDialog class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created custom dialog's name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.Name"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value that specifies the created custom dialog's caption. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="formPath">
|
|
A <see cref="T:System.String"/> value that specifies the path to a user control, specifying a custom dialog's form. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.FormPath"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.CancelButtonText">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the <b>Cancel</b> button of the custom dialog.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value representing the text within the <b>Cancel</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.CancelButtonVisible">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the visibility of the <b>Cancel</b> button within the custom dialog.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the button is visible; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.Caption">
|
|
<summary>
|
|
<para>Gets or sets the custom dialog's caption.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the custom dialog's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.Collection">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorCustomDialog class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.DefaultButtonID">
|
|
<summary>
|
|
<para>Gets or sets the dialog button that is focused by default.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value which identifies the dialog button to be focused by default.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.FormPath">
|
|
<summary>
|
|
<para>Gets or sets the path to a user control, specifying a custom dialog's form.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the path.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.Name">
|
|
<summary>
|
|
<para>Gets or sets the custom dialog's unique identifier name.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the custom dialog's unique identifier name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.OkButtonText">
|
|
<summary>
|
|
<para>Gets or sets the text displayed within the <b>Ok</b> button of the custom dialog.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value representing the text within the <b>Ok</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.OkButtonVisible">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the visibility of the <b>Ok</b> button within the custom dialog.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the button is visible; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.ToString">
|
|
<summary>
|
|
<para>Returns a string that identifies the HtmlEditorCustomDialog object.
|
|
|
|
</para>
|
|
</summary>
|
|
<returns>A string value that identifies the HtmlEditorCustomDialog object.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the ASPxHtmlEditor's <see cref="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Validation"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationEventArgs.#ctor(System.String,System.String,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorValidationEventArgs class.
|
|
</para>
|
|
</summary>
|
|
<param name="html">
|
|
A <see cref="T:System.String"/> value that specifies the HTML content to validate. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationEventArgs.Html"/> property.
|
|
|
|
</param>
|
|
<param name="errorText">
|
|
A <see cref="T:System.String"/> representing the error description. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationEventArgs.ErrorText"/> property.
|
|
|
|
</param>
|
|
<param name="isValid">
|
|
<b>true</b> if the validation has been completed successfully; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationEventArgs.IsValid"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationEventArgs.ErrorText">
|
|
<summary>
|
|
<para>Gets or sets the error description.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value representing the error description.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationEventArgs.Html">
|
|
<summary>
|
|
<para>Gets or sets the HTML markup specifying the ASPxHtmlEditor's content.
|
|
|
|
</para>
|
|
</summary>
|
|
<value> A <see cref="T:System.String"/> value specifying the editor's HTML markup.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationEventArgs.IsValid">
|
|
<summary>
|
|
<para>Gets a value specifying whether the validation has been completed successfully.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the validation has been completed successfully; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings">
|
|
|
|
<summary>
|
|
<para>Contains the <b>ASPxHtmlEditor</b>'s content validation settings.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorValidationSettings class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorValidationSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings.ErrorFrameCloseButtonStyle">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the error frame's Close button.
|
|
</para>
|
|
</summary>
|
|
<value> A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorErrorFrameCloseButtonStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings.ErrorFrameStyle">
|
|
<summary>
|
|
<para>Gets the style settings of the error frame.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorErrorFrameStyle"/> object that contains the style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings.ErrorText">
|
|
<summary>
|
|
<para> Gets or sets the error text to be displayed within the editor's error frame, if the editor's validation fails.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the error text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings.RequiredField">
|
|
<summary>
|
|
<para>Gets the settings that define the required field validation's rules.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRequiredFieldValidationPattern"/> object that contains specific validation settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings.ValidationGroup">
|
|
<summary>
|
|
<para>Gets or sets the group of controls for which the HtmlEditor forces validation.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the group of controls for which the HtmlEditor control causes validation.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.DropDownItemClickMode">
|
|
|
|
<summary>
|
|
<para>Contains values that specify how a click on a toolbar item should be processed.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.DropDownItemClickMode.ExecuteAction">
|
|
<summary>
|
|
<para>A click on a toolbar item executes a command associated with it via its <b>CommandName</b> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.DropDownItemClickMode.ExecuteSelectedItemAction">
|
|
<summary>
|
|
<para>A click on a toolbar item executes an action associated with the item currently being selected within a drop-down list.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.DropDownItemClickMode.ShowDropDown">
|
|
<summary>
|
|
<para>A click on a toolbar item invokes a dropdown list with the available options.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEUndoRibbonGroup">
|
|
|
|
<summary>
|
|
<para>A default ribbon group containing <b>Undo</b> (<see cref="T:DevExpress.Web.ASPxHtmlEditor.HEUndoRibbonCommand"/>) and <b>Redo</b> (<see cref="T:DevExpress.Web.ASPxHtmlEditor.HERedoRibbonCommand"/>) items.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUndoRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEUndoRibbonGroup class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUndoRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEUndoRibbonGroup class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEUndoRibbonGroup.Text">
|
|
<summary>
|
|
<para>Gets or sets the ribbon group's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the ribbon group's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings">
|
|
|
|
<summary>
|
|
<para>Contains customization settings of the built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDefaultDialogSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.ChangeElementPropertiesDialog">
|
|
<summary>
|
|
<para>Provides access to Change Element Properties dialog settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorChangeElementPropertiestDialogSettings"/> object that contains dialog settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.CheckSpellingDialog">
|
|
<summary>
|
|
<para>Provides access to Check Spelling dialog settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="SpellCheckerDialogSettings"/> object that contains dialog settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.InsertAudioDialog">
|
|
<summary>
|
|
<para>Provides access to Insert Audio dialog settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorInsertAudioDialogSettings"/> object that contains dialog settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.InsertFlashDialog">
|
|
<summary>
|
|
<para>Provides access to Insert Flash dialog settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorInsertFlashDialogSettings"/> object that contains dialog settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.InsertImageDialog">
|
|
<summary>
|
|
<para>Provides access to Insert Image dialog settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorInsertImageDialogSettings"/> object that contains dialog settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.InsertLinkDialog">
|
|
<summary>
|
|
<para>Provides access to Insert Link dialog settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorInsertLinkDialogSettings"/> object that contains dialog settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.InsertPlaceholderDialog">
|
|
<summary>
|
|
<para>Provides access to Insert Placeholder dialog settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorDialogSettingsBase"/> object that contains dialog settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.InsertTableDialog">
|
|
<summary>
|
|
<para>Provides access to Insert Table dialog settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorInsertTableDialogSettings"/> object that contains dialog settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.InsertVideoDialog">
|
|
<summary>
|
|
<para>Provides access to Insert Video dialog settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorInsertVideoDialogSettings"/> object that contains dialog settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.InsertYouTubeVideoDialog">
|
|
<summary>
|
|
<para>Provides access to Insert YouTube Video dialog settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorInsertMediaDialogSettingsBase"/> object that contains dialog settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.PasteFromWordDialog">
|
|
<summary>
|
|
<para>Provides access to Paste from Word dialog settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorPasteFromWordDialogSettings"/> object that contains dialog settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.TableCellPropertiesDialog">
|
|
<summary>
|
|
<para>Provides access to Cell Properties dialog settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorTableCellPropertiesDialogSettings"/> object that contains dialog settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.TableColumnPropertiesDialog">
|
|
<summary>
|
|
<para>Provides access to Column Properties dialog settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorTableElementPropertiestDialogSettings"/> object that contains dialog settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDefaultDialogSettings.TableRowPropertiesDialog">
|
|
<summary>
|
|
<para>Provides access to Row Properties dialog settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorTableElementPropertiestDialogSettings"/> object that contains dialog settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HETablesRibbonGroup">
|
|
|
|
<summary>
|
|
<para>A default ribbon group containing an <b>Insert Table</b> item (<see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRibbonCommand"/>).
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETablesRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETablesRibbonGroup class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETablesRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETablesRibbonGroup class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HETablesRibbonGroup.Text">
|
|
<summary>
|
|
<para>Gets or sets the ribbon group's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the ribbon group's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFullscreenButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that toggles the full-screen mode within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFullscreenButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFullscreenButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFullscreenButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFullscreenButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFullscreenButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFullscreenButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFullscreenButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFullscreenButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton">
|
|
|
|
<summary>
|
|
<para>A toolbar button that allows a custom dialog to be invoked.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomDialogButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar button's name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.Name"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar button's name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.Name"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar button's tooltip text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomDialogButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.#ctor(System.String,System.String,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar button's name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.Name"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar button's tooltip text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.#ctor(System.String,System.String,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar button's name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.Name"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar button's tooltip text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.
|
|
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.Visible"/> property.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.#ctor(System.String,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar button's name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.Name"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.Visible"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.#ctor(System.String,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar button's name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.Name"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.CommandName">
|
|
<summary>
|
|
<para>Gets or sets the name of a command executed when clicking a <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton"/> button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value corresponding to the button's command name. The default value is specified by the <see cref="P:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientCommandConsts.CUSTOMDIALOG_COMMAND"/> field.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.Name">
|
|
<summary>
|
|
<para>Gets or sets the custom dialog button's unique identifier name.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the button's unique identifier name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarMode">
|
|
|
|
<summary>
|
|
<para>Lists values that specify the type of the toolbar that is rendered in the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarMode.ExternalRibbon">
|
|
<summary>
|
|
<para>An external ribbon is used by the HTML Editor as a toolbar.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarMode.Menu">
|
|
<summary>
|
|
<para>The toolbar for the HTML Editor is rendered as a menu.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarMode.None">
|
|
<summary>
|
|
<para>The HTML Editor has no toolbars.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarMode.Ribbon">
|
|
<summary>
|
|
<para>The toolbar for the HTML Editor is rendered as a ribbon.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.DialogCssClassItem">
|
|
|
|
<summary>
|
|
<para>An individual custom CSS class defining element style settings.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.DialogCssClassItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the DialogCssClassItem class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.DialogCssClassItem.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.DialogCssClassItem.CssClass">
|
|
<summary>
|
|
<para>Gets or sets the name of the cascading style sheet (CSS) class associated with the current item.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the name of the associated cascading style sheet class.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.DialogCssClassItem.Selected">
|
|
<summary>
|
|
<para>Specifies whether the CSS class item is selected.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the item is selected; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.DialogCssClassItem.Text">
|
|
<summary>
|
|
<para>Gets or sets the item's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string specifying the item's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.DialogCssClassItem.ToString">
|
|
<summary>
|
|
<para>Returns a string that denotes the DialogCssClassItem object.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> that denotes the current DialogCssClassItem object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertPlaceholderDialogRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that invokes the "Find and Replace" dialog.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertPlaceholderDialogRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertPlaceholderDialogRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertPlaceholderDialogRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertPlaceholderDialogRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertPlaceholderDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertPlaceholderDialogRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertPlaceholderDialogRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertPlaceholderDialogRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEMergeTableRibbonGroup">
|
|
|
|
<summary>
|
|
<para>A default ribbon group containing items that allow you to merge and split table elements.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEMergeTableRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEMergeTableRibbonGroup class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEMergeTableRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEMergeTableRibbonGroup class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEMergeTableRibbonGroup.Text">
|
|
<summary>
|
|
<para>Gets or sets the ribbon group's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the ribbon group's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSelectAllButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that selects all editor content.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSelectAllButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSelectAllButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSelectAllButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSelectAllButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b>, if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSelectAllButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSelectAllButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b>, if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b>, to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarSelectAllButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarSelectAllButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFindAndReplaceDialogButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that invokes the Find and Replace dialog.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFindAndReplaceDialogButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFindAndReplaceDialogButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFindAndReplaceDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFindAndReplaceDialogButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b>, if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFindAndReplaceDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFindAndReplaceDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b>, if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b>, to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFindAndReplaceDialogButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFindAndReplaceDialogButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonContextTabCategoryCollection">
|
|
|
|
<summary>
|
|
<para>A collection of ribbon context tab categories in the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonContextTabCategoryCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorRibbonContextTabCategoryCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.Internal.IWebControlObject"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonContextTabCategoryCollection.Add(System.String)">
|
|
<summary>
|
|
<para>Adds a new context tab category with the specified name to the end of the collection and returns the newly created object.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created category's name. Initializes the <see cref="P:DevExpress.Web.RibbonContextTabCategory.Name"/> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="RibbonContextTabCategory"/> object that is the newly created context tab category.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonContextTabCategoryCollection.CreateDefaultRibbonContextTabCategories">
|
|
<summary>
|
|
<para>Creates default context tab categories in the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s ribbon.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonContextTabCategoryCollection.HtmlEditor">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control to which the current HtmlEditorRibbonContextTabCategoryCollection collection belongs.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="ASPxHtmlEditor"/> control that owns the collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRibbonGroup">
|
|
|
|
<summary>
|
|
<para>A default ribbon group containing items that allow inserting rows and columns in a table.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableRibbonGroup class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableRibbonGroup class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRibbonGroup.Text">
|
|
<summary>
|
|
<para>Gets or sets the ribbon group's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the ribbon group's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to a control's HTML editing functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorHtmlEditingSettings class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.AllowedDocumentType">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies what document types are allowed in the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="AllowedDocumentType"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.AllowEditFullDocument">
|
|
<summary>
|
|
<para>Specifies if end-users can edit the full document content or the body tag content only.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to allow end-users edit the full document content; <b>false</b> to allow end-users edit the body tag content only.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.AllowFormElements">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the editor's HTML markup can contain form elements, such as 'form', 'input', 'select', etc.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if form elements are allowed within the editor's content; <b>false</b> if form elements are automatically removed from the editor's HTML markup.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.AllowHTML5MediaElements">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the editor's HTML markup can contain HTML5 media elements, i.e. 'audio' and 'video'.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if media elements are allowed within the editor's content; <b>false</b> if the elements are automatically removed from the editor's HTML markup.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.AllowIdAttributes">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the editor's HTML markup can contain ID attributes.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if ID attributes are allowed within the editor's content; <b>false</b> if ID attributes are automatically removed from the editor's HTML markup.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.AllowIFrames">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the editor's HTML markup can contain 'iframe' elements.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if 'iframe' elements are allowed in the editor's content; <b>false</b> if 'iframe' elements are automatically removed from the editor's HTML markup.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.AllowObjectAndEmbedElements">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the editor's HTML markup can contain the 'object' and 'embed' elements.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the 'object' and 'embed' elements are allowed in the editor's content; <b>false</b> if the elements are automatically removed from the editor's HTML markup.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.AllowScripts">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the editor's HTML markup can contain scripts.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if scripts are allowed within the editor's content; <b>false</b> if scripts are automatically removed from the editor's HTML markup.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.AllowStyleAttributes">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the editor's HTML markup can contain style attributes.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if style attributes are allowed within the editor's content; <b>false</b> if style attributes are automatically removed from the editor's HTML markup.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.AllowYouTubeVideoIFrames">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the editor's HTML markup can contain the 'iframe' elements linking to a YouTube video.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the 'iframe' elements containing a link to a YouTube video are allowed within the editor's content; <b>false</b> if the elements are automatically removed from the editor's HTML markup.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.ContentElementFiltering">
|
|
<summary>
|
|
<para>Provides access to settings that relate to content element filtering.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorContentElementFiltering"/> object that contains content element filtering settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.ProcessRtfContentPastingOnServer">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether to process the copied/cut RTF content on the server side.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to process the copied/cut RTF content on the server side; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.ResourcePathMode">
|
|
<summary>
|
|
<para>Specifies if resource paths should be changed to absolute, relative, or root relative.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="ResourcePathMode"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.UpdateBoldItalic">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the <b>b</b> (bold) and <b>i</b> (italic) elements occurring within the editor's HTML markup should be replaced with the <b>strong</b> and <b>em</b> elements respectively.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the <b>b</b> and <b>i</b> elements should be replaced with the <b>strong</b> and <b>em</b> elements within the editor's HTML markup; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.UpdateDeprecatedElements">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether deprecated elements (such as <b>u</b>, <b>s</b>, <b>strike</b>, <b>font</b>, <b>center</b>) occurring within the editor's HTML markup should be replaced with their valid analogs.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if deprecated elements should be replaced with their valid analogs in the editor's HTML markup; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertRibbonTab">
|
|
|
|
<summary>
|
|
<para>A default ribbon tab containing <b>Images</b> (<see cref="T:DevExpress.Web.ASPxHtmlEditor.HEImagesRibbonGroup"/>) and <b>Links</b> (<see cref="T:DevExpress.Web.ASPxHtmlEditor.HELinksRibbonGroup"/>) ribbon groups.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertRibbonTab.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertRibbonTab class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertRibbonTab.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertRibbonTab class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonTab.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEInsertRibbonTab.Text">
|
|
<summary>
|
|
<para>Gets or sets the text content of the current ribbon tab.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the tab.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEnterMode">
|
|
|
|
<summary>
|
|
<para>Specifies the tag element that is entered in the markup after pressing the ENTER key.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEnterMode.BR">
|
|
<summary>
|
|
<para>A Linebreak tag <b>br</b> is entered after pressing the ENTER key.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEnterMode.Default">
|
|
<summary>
|
|
<para>Depending upon an end user's browser the <b>P</b> or <b>br</b> tags are entered after an ENTER key press.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEnterMode.P">
|
|
<summary>
|
|
<para>Paragraph tag <b>P</b> is entered after pressing the ENTER key.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadValidationSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the validation of image files, uploaded using the ASPxHtmlEditor control.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadValidationSettings.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadSettings)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorImageUploadValidationSettings class.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
<param name="parentSettings">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadSettings"/> object providing access to settings that relate to uploading images.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HETableToolsRibbonTabCategory">
|
|
|
|
<summary>
|
|
<para>A default ribbon context tab category containing table-related commands that is displayed when a selection is in a table.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableToolsRibbonTabCategory.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableToolsRibbonTabCategory class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableToolsRibbonTabCategory.#ctor(System.Drawing.Color)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableToolsRibbonTabCategory class with the specified color.
|
|
</para>
|
|
</summary>
|
|
<param name="color">
|
|
A <see cref="T:System.Drawing.Color"/> object specifying the category color.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HETableToolsRibbonTabCategory.Name">
|
|
<summary>
|
|
<para>Gets or sets the <b>Table Tools</b> ribbon tab category name.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the tab category name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.PopOutImageSpriteProperties">
|
|
|
|
<summary>
|
|
<para>Contains settings that define different states of a toolbar item's pop-out image (disabled, hottracked, selected) when it's taken from a sprite image.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.PopOutImageSpriteProperties.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the PopOutImageSpriteProperties class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.PopOutImageSpriteProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the PopOutImageSpriteProperties class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object supporting the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.PopOutImageSpriteProperties.SelectedCssClass">
|
|
<summary>
|
|
<para>Gets or sets the name of the cascading style sheet (CSS) class that defines a selected state image's position within a custom sprite image.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the cascading style sheet class' name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.PopOutImageSpriteProperties.SelectedLeft">
|
|
<summary>
|
|
<para>Gets or sets a selected state image's horizontal offset within a sprite image specified via a control's <b>SpriteImageUrl</b> property.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image's horizontal offset.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.PopOutImageSpriteProperties.SelectedTop">
|
|
<summary>
|
|
<para>Gets or sets a selected state image's vertical offset within a sprite image, specified via a control's <b>SpriteImageUrl</b> property.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image's vertical offset.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.PopOutImageProperties">
|
|
|
|
<summary>
|
|
<para>Contains settings that define a toolbar item's pop-out image.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.PopOutImageProperties.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the PopOutImageProperties class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.PopOutImageProperties.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the PopOutImageProperties class with the specified image location.
|
|
</para>
|
|
</summary>
|
|
<param name="url">
|
|
A string value representing the path to the image.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.PopOutImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the PopOutImageProperties class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object supporting the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.PopOutImageProperties.SpriteProperties">
|
|
<summary>
|
|
<para>Gets the settings defining the image position within a sprite image.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.PopOutImageSpriteProperties"/> object containing image position settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.PopOutImageProperties.UrlSelected">
|
|
<summary>
|
|
<para>Gets or sets the URL of the image used for an element's selected state.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the location of an image.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingMode">
|
|
|
|
<summary>
|
|
<para>Lists values that specify how HTML code is displayed in the Html view: as plain text, or using the Html code editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingMode.Advanced">
|
|
<summary>
|
|
<para>HTML View highlights HTML code and provides advanced code editing features.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingMode.Auto">
|
|
<summary>
|
|
<para>HTML View editing mode is automatically defined, depending on an end-user's device and browser capabilities, to support the advanced mode features.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingMode.Simple">
|
|
<summary>
|
|
<para>HTML View displays HTML code as a plain text.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ResourcePathMode">
|
|
|
|
<summary>
|
|
<para>Lists the values that specify if resource paths should be changed to absolute, relative, or root relative.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ResourcePathMode.Absolute">
|
|
<summary>
|
|
<para>Resource paths are automatically changed to absolute.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ResourcePathMode.NotSet">
|
|
<summary>
|
|
<para>Resource paths are not changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ResourcePathMode.Relative">
|
|
<summary>
|
|
<para>Resource paths are automatically changed to relative.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ResourcePathMode.RootRelative">
|
|
<summary>
|
|
<para>Resource paths are automatically changed to root-relative.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlViewSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the <b>ASPxHtmlEditor</b>'s Html view.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlViewSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorHtmlViewSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlViewSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlViewSettings.EnableAutoCompletion">
|
|
<summary>
|
|
<para>Specifies the availability of intellisense support.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to enable auto completion; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlViewSettings.EnableTagAutoClosing">
|
|
<summary>
|
|
<para>Specifies if a closing tag is added automatically when an end-user types an opening tag.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to enable tag auto closing; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlViewSettings.HighlightActiveLine">
|
|
<summary>
|
|
<para>Specifies if an active line is highlighted.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to highlight the active line; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlViewSettings.HighlightMatchingTags">
|
|
<summary>
|
|
<para>Specifies if a tag is highlighted when end-user selects a matching tag.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to highlight matching tags; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlViewSettings.Mode">
|
|
<summary>
|
|
<para>Specifies how the HTML View displays Html code: as a plain text, or by using the advanced Html code editor.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="HtmlEditorHtmlEditingMode"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlViewSettings.ShowCollapseTagButtons">
|
|
<summary>
|
|
<para>Specifies the visibility of buttons allowing end-users to collapse and expand tags.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to show collapse tag buttons; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlViewSettings.ShowLineNumbers">
|
|
<summary>
|
|
<para>Specifies the line number visibility.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display line numbers; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableOperationsDropDownButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that provides a set of operations useful for working with tables in the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableOperationsDropDownButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTableOperationsDropDownButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableOperationsDropDownButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTableOperationsDropDownButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableOperationsDropDownButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTableOperationsDropDownButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableOperationsDropDownButton.CreateDefaultItems">
|
|
<summary>
|
|
<para>Adds items providing the appropriate predefined functionality to the toolbar item's dropdown list.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTableOperationsDropDownButton.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed within the editor's dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItemCollection"/> instance representing the collection of items in the combo box editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTableOperationsDropDownButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTableOperationsDropDownButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableRowPropertiesDialogButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that invokes the Row Properties dialog, allowing modification of a row's properties in the table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableRowPropertiesDialogButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTableRowPropertiesDialogButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableRowPropertiesDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTableRowPropertiesDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableRowPropertiesDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTableRowPropertiesDialogButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTableRowPropertiesDialogButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTableRowPropertiesDialogButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTableRowPropertiesDialogButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableRowPropertiesDialogButton"/> type is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTablePropertiesDialogButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that invokes the Table Properties dialog, allowing modification of a table's properties within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTablePropertiesDialogButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTablePropertiesDialogButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTablePropertiesDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTablePropertiesDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTablePropertiesDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTablePropertiesDialogButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTablePropertiesDialogButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTablePropertiesDialogButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTablePropertiesDialogButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTablePropertiesDialogButton"/> type is represented within a toolbar.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableColumnPropertiesDialogButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that invokes the Column Properties dialog, allowing modification of a column's properties in the table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableColumnPropertiesDialogButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTableColumnPropertiesDialogButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableColumnPropertiesDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTableColumnPropertiesDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableColumnPropertiesDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTableColumnPropertiesDialogButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTableColumnPropertiesDialogButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTableColumnPropertiesDialogButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTableColumnPropertiesDialogButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableColumnPropertiesDialogButton"/> type is represented within a toolbar.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableCellPropertiesDialogButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that invokes the Cell Properties dialog, allowing modification of a cell's properties in the table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableCellPropertiesDialogButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTableCellPropertiesDialogButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableCellPropertiesDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTableCellPropertiesDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableCellPropertiesDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarTableCellPropertiesDialogButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTableCellPropertiesDialogButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTableCellPropertiesDialogButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarTableCellPropertiesDialogButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableCellPropertiesDialogButton"/> type is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellVerticallyButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that allows splitting a table's cell vertically within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellVerticallyButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSplitTableCellVerticallyButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellVerticallyButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSplitTableCellVerticallyButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellVerticallyButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSplitTableCellVerticallyButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellVerticallyButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellVerticallyButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellVerticallyButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellVerticallyButton"/> type is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellHorizontallyButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that allows splitting a table's cell horizontally within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellHorizontallyButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSplitTableCellHorizontallyButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellHorizontallyButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSplitTableCellHorizontallyButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellHorizontallyButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSplitTableCellHorizontallyButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellHorizontallyButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellHorizontallyButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellHorizontallyButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellHorizontallyButton"/> type is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellRightButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that allows merging a cell to the right in the table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellRightButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarMergeTableCellRightButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellRightButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarMergeTableCellRightButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellRightButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarMergeTableCellRightButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellRightButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellRightButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellRightButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellRightButton"/> type is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellDownButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that allows merging a cell down in the table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellDownButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarMergeTableCellDownButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellDownButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarMergeTableCellDownButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellDownButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarMergeTableCellDownButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellDownButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellDownButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellDownButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellDownButton"/> type is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableDialogButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that invokes the "Insert Table" dialog, allowing insertion of a table into the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableDialogButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableDialogButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableDialogButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableDialogButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableDialogButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableDialogButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableDialogButton"/> type is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value> One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToRightButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that allows insertion of a new column to the right in the table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToRightButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableColumnToRightButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToRightButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableColumnToRightButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToRightButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableColumnToRightButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToRightButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToRightButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToRightButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToRightButton"/> type is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToLeftButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that allows insertion of a new column to the left in the table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToLeftButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableColumnToLeftButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToLeftButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableColumnToLeftButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToLeftButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableColumnToLeftButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToLeftButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToLeftButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToLeftButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToLeftButton"/> type is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorVideoSelectorUploadSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the built-in Video Selector's file upload functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorVideoSelectorUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorVideoSelectorUploadSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorVideoSelectorCommonSettings">
|
|
|
|
<summary>
|
|
<para>Contains common settings of the ASPxHtmlEditor's built-in Video Selector.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorVideoSelectorCommonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorVideoSelectorCommonSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFlashSelectorUploadSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the built-in Flash Selector's file upload functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFlashSelectorUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFlashSelectorUploadSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFlashSelectorCommonSettings">
|
|
|
|
<summary>
|
|
<para>Contains common settings of the ASPxHtmlEditor's built-in Flash Selector.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFlashSelectorCommonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFlashSelectorCommonSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorToolbarSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings to control the visibility of toolbar items within the Image Selector or Document Selector.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorToolbarSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDocumentSelectorToolbarSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorToolbarSettings.ShowPath">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the path box is displayed in the Document Selector.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the path panel is visible, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorFoldersSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings to customize the folder container within the Image Selector or Document Selector.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorFoldersSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDocumentSelectorFoldersSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorFoldersSettings.Visible">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the visibility of the folder area in the Document Selector.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the folder area is visible; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorFileListSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings to customize the file list within the Image Selector or Document Selector.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorFileListSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDocumentSelectorFileListSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorFileListSettings.ShowFolders">
|
|
<summary>
|
|
<para>Specifies whether file list displays folders in the File Manager used in the Document Selector.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if folders are visible in the file list, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorFileListSettings.ShowParentFolder">
|
|
<summary>
|
|
<para>Specifies the parent folder element visibility in the Document Selector.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the parent folder is visible, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAudioSelectorUploadSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the built-in Audio Selector's file upload functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAudioSelectorUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorAudioSelectorUploadSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAudioSelectorCommonSettings">
|
|
|
|
<summary>
|
|
<para>Contains common settings of the ASPxHtmlEditor's built-in Audio Selector.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAudioSelectorCommonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorAudioSelectorCommonSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorBreadcrumbsSettings">
|
|
|
|
<summary>
|
|
<para>Contains breadcrumbs settings used by the File Manager embedded into built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorBreadcrumbsSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDocumentSelectorBreadcrumbsSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorBreadcrumbsSettings.Position">
|
|
<summary>
|
|
<para>Gets or sets the breadcrumbs position within the Document Selector.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="BreadcrumbsPosition"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorBreadcrumbsSettings.Visible">
|
|
<summary>
|
|
<para>Specifies the visibility of the breadcrumbs element in the Document Selector.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the breadcrumbs element is visible; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerValidationSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to an ASPxHtmlEditor's uploaded file validation.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerValidationSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFileManagerValidationSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerValidationSettings.MaxFileSize">
|
|
<summary>
|
|
<para>Gets or sets the maximum size of an uploaded file.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="Int64"/> value that specifies the maximum file size, in bytes.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.DialogCssClassItems">
|
|
|
|
<summary>
|
|
<para>A collection of custom CSS classes defining element style settings.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.DialogCssClassItems.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the DialogCssClassItems class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.DialogCssClassItems.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the DialogCssClassItems class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>IWebControlObject</b> interface and is the owner of the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarItemStyle">
|
|
|
|
<summary>
|
|
<para>Defines style settings for the paste options bar items.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarItemStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorPasteOptionsBarItemStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyle">
|
|
|
|
<summary>
|
|
<para>Defines style settings for the paste options bar.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorPasteOptionsBarStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyle.GutterBackgroundImage">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorPasteOptionsBarStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyle.GutterWidth">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorPasteOptionsBarStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of paste options bar elements to be defined.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorPasteOptionsBarStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyles.CopyFrom(DevExpress.Web.StylesBase)">
|
|
<summary>
|
|
<para>Duplicates the properties of the specified object into the current instance of the HtmlEditorPasteOptionsBarStyles class.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.StylesBase"/> object that is the object from which the settings will be copied.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyles.CssFilePath">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorPasteOptionsBarStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyles.CssPostfix">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorPasteOptionsBarStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyles.PasteOptionsBar">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the paste options bar within the <b>ASPxHtmlEditor</b>.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorPasteOptionsBarStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyles.PasteOptionsBarItem">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the paste options bar items within the <b>ASPxHtmlEditor</b>.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorPasteOptionsBarItemStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyles.PasteOptionsBarItemStyleName">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyles.PasteOptionsBarStyleName">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorSelectionStyles">
|
|
|
|
<summary>
|
|
<para>Contains the style settings that define the appearance of an element, selected by the tag inspector.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorSelectionStyles.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorTagInspectorSelectionStyles class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorSelectionStyles.Opacity">
|
|
<summary>
|
|
<para>Gets or sets the opacity level of the selection applied to the element selected using the tag inspector.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the level of opacity.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertFlashDialogSettings">
|
|
|
|
<summary>
|
|
<para>Contains customization settings for the Insert Flash dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertFlashDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorInsertFlashDialogSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertFlashDialogSettings.SettingsFlashSelector">
|
|
<summary>
|
|
<para>Provides access to settings related to the Flash Selector.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorFlashSelectorSettings"/> object that contains the selector's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertFlashDialogSettings.SettingsFlashUpload">
|
|
<summary>
|
|
<para>Provides access to settings related to uploading flash files.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="ASPxHtmlEditorFlashUploadSettings"/> object that contains upload settings.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettingsBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes containing customization settings for form elements of the built-in media dialogs.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorInsertMediaDialogSettingsBase class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettingsBase.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettingsBase.CssClassItems">
|
|
<summary>
|
|
<para>Provides access to a collection that can contain a list of custom CSS classes defining media player style settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="InsertMediaCssClassItems"/> object that is the collection of items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettingsBase.MoreOptionsSectionTemplate">
|
|
<summary>
|
|
<para>Gets or sets a template used to display the content of the built-in dialogs form's <b>More Options</b> section.
|
|
</para>
|
|
</summary>
|
|
<value>An object that supports the <see cref="T:System.Web.UI.ITemplate"/> interface and contains a template used to display the More Options section.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettingsBase.ShowMoreOptionsButton">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the <b>More options</b> check box is displayed within the editor's built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the <b>More options</b> check box; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettingsBase.ShowStyleSettingsSection">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the <b>Style Settings</b> section (tab) is displayed within the editor's built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the <b>Style Settings</b> section; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertYouTubeVideoDialogButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button item that invokes the "Insert YouTube Video" dialog, allowing a YouTube video to be inserted into the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertYouTubeVideoDialogButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertYouTubeVideoDialogButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertYouTubeVideoDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertYouTubeVideoDialogButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertYouTubeVideoDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertYouTubeVideoDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertYouTubeVideoDialogButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertYouTubeVideoDialogButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertVideoDialogButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button item that invokes the "Insert Video" dialog, allowing a video file to be inserted into the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertVideoDialogButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertVideoDialogButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertVideoDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertVideoDialogButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertVideoDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertVideoDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b>, if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b>, to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertVideoDialogButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertVideoDialogButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertFlashDialogButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button item that invokes the "Insert Flash" dialog, allowing a flash file to be inserted into the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertFlashDialogButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertFlashDialogButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertFlashDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertFlashDialogButton class with the specified settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b>, if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertFlashDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertFlashDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b>, if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b>, to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertFlashDialogButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertFlashDialogButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertAudioDialogButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button item that invokes the "Insert Audio" dialog, allowing an audio file to be inserted into the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertAudioDialogButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertAudioDialogButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertAudioDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertAudioDialogButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b>, if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertAudioDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertAudioDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b>, if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b>, to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertAudioDialogButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertAudioDialogButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HESubscriptRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows the subscript text formatting to be applied to text selected within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESubscriptRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESubscriptRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESubscriptRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESubscriptRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESubscriptRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESubscriptRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESubscriptRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESubscriptRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowAboveButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that allows insertion of a new row above in the table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowAboveButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableRowAboveButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowAboveButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableRowAboveButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowAboveButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertTableRowAboveButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowAboveButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowAboveButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowAboveButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowAboveButton"/> type is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableRowButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that deletes a row in the table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableRowButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDeleteTableRowButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableRowButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDeleteTableRowButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableRowButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDeleteTableRowButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableRowButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableRowButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableRowButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableRowButton"/> type is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableColumnButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that deletes a column in the table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableColumnButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDeleteTableColumnButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableColumnButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDeleteTableColumnButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableColumnButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDeleteTableColumnButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableColumnButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableColumnButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableColumnButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableColumnButton"/> type is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that deletes a table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDeleteTableButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDeleteTableButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarDeleteTableButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how a toolbar button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableButton"/> type is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertPlaceholderDialogButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button item that invokes the "Insert Placeholder" dialog, allowing a placeholder to be inserted into the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertPlaceholderDialogButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertPlaceholderDialogButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertPlaceholderDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertPlaceholderDialogButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b>, if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertPlaceholderDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertPlaceholderDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b>, if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b>, to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertPlaceholderDialogButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertPlaceholderDialogButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerAdaptivitySettings">
|
|
|
|
<summary>
|
|
<para>Contains the settings that relate to the adaptivity settings of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFileManagerAdaptivitySettings class.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerBreadcrumbsSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the built-in file manager's breadcrumbs.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerBreadcrumbsSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFileManagerBreadcrumbsSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerBreadcrumbsSettings.Position">
|
|
<summary>
|
|
<para>Gets or sets the breadcrumbs position within built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="BreadcrumbsPosition"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerBreadcrumbsSettings.Visible">
|
|
<summary>
|
|
<para>Specifies the visibility of the breadcrumbs element in built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the breadcrumbs element is visible; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettings">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes containing customization settings for form elements of the built-in media dialogs.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorInsertMediaDialogSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettings.ShowFileUploadSection">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether a section that allows end-users to upload their local files is displayed within the editor's built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the form section; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettings.ShowInsertFromWebSection">
|
|
<summary>
|
|
<para>Specifies if the <b>From the web (URL)</b> section is displayed in the Insert Image dialog.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if <b>From the web (URL)</b> section is displayed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettings.ShowSaveFileToServerButton">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the "Save file to server" check box is displayed within the editor's built-in dalogs.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the form element, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadValidationSettingsBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes that contain settings related to validation of media files, uploaded using the ASPxHtmlEditor control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadValidationSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase)">
|
|
<summary>
|
|
<para>Initializes a new object of the ASPxHtmlEditorUploadValidationSettingsBase type with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
<param name="parentSettings">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase"/> object providing access to settings related to uploading files.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadValidationSettingsBase.AllowedFileExtensions">
|
|
<summary>
|
|
<para>Gets or sets the file extensions allowed for upload in the File Manager used within built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value>An array of string values that contains the file extensions allowed.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadValidationSettingsBase.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadValidationSettingsBase.InvalidUrlErrorText">
|
|
<summary>
|
|
<para>Gets or sets the error text to be displayed in built-in dialogs, if the specified URL is wrong.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the error text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadValidationSettingsBase.MaxFileSize">
|
|
<summary>
|
|
<para>Gets or sets the maximum size of an uploaded file.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="Int64"/> value that specifies the maximum file size, in bytes.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadValidationSettingsBase.ShowErrors">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the error message is displayed if the uploaded file does not pass validation.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to show the error message; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorFlashUploadValidationSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the validation of flash files, uploaded using the ASPxHtmlEditor control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorFlashUploadValidationSettings.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorFlashUploadSettings)">
|
|
<summary>
|
|
<para>Initializes a new object of the ASPxHtmlEditorFlashUploadValidationSettings type with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
<param name="parentSettings">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorFlashUploadSettings"/> object providing access to settings related to uploading flash files.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorAudioUploadValidationSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the validation of audio files, uploaded using the ASPxHtmlEditor control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorAudioUploadValidationSettings.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorAudioUploadSettings)">
|
|
<summary>
|
|
<para>Initializes a new object of the ASPxHtmlEditorAudioUploadValidationSettings type with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
<param name="parentSettings">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorAudioUploadSettings"/> object providing access to settings related to uploading audio files.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorVideoUploadValidationSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the validation of video files, uploaded using the ASPxHtmlEditor control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorVideoUploadValidationSettings.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorVideoUploadSettings)">
|
|
<summary>
|
|
<para>Initializes a new object of the ASPxHtmlEditorVideoUploadValidationSettings type with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
<param name="parentSettings">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorVideoUploadSettings"/> object providing access to settings related to uploading video files.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertYouTubeVideoDialogRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that invokes the "Insert YouTube Video" dialog allowing a YouTube video to be inserted into the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertYouTubeVideoDialogRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertYouTubeVideoDialogRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertYouTubeVideoDialogRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertYouTubeVideoDialogRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertYouTubeVideoDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertYouTubeVideoDialogRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertYouTubeVideoDialogRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertYouTubeVideoDialogRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertVideoDialogRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that invokes the "Insert Video" dialog allowing a video file to be inserted into the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertVideoDialogRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertVideoDialogRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertVideoDialogRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertVideoDialogRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertVideoDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertVideoDialogRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertVideoDialogRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertVideoDialogRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertFlashDialogRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that invokes the "Insert Flash" dialog allowing a flash file to be inserted into the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertFlashDialogRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertFlashDialogRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertFlashDialogRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertFlashDialogRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertFlashDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertFlashDialogRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertFlashDialogRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertFlashDialogRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertAudioDialogRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that invokes the "Insert Audio" dialog allowing an audio file to be inserted into the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertAudioDialogRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertAudioDialogRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertAudioDialogRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertAudioDialogRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertAudioDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertAudioDialogRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertAudioDialogRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertAudioDialogRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.InsertMediaCssClassItem">
|
|
|
|
<summary>
|
|
<para>An individual custom CSS class defining media player style settings.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.InsertMediaCssClassItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the InsertMediaCssClassItem class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.InsertMediaCssClassItem.CssClass">
|
|
<summary>
|
|
<para>Gets or sets the name of the cascading style sheet (CSS) class associated with the current item.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the name of the associated cascading style sheet class.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.InsertMediaCssClassItem.Text">
|
|
<summary>
|
|
<para>Gets or sets the item's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string specifying the item's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerImagePosition">
|
|
|
|
<summary>
|
|
<para>Lists values that specify the image position within item picker items.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerImagePosition.Left">
|
|
<summary>
|
|
<para>An image is displayed at the element's left, to the left of the text.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerImagePosition.Top">
|
|
<summary>
|
|
<para> An image is displayed on the element's right, to the right of the text.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEUnderlineRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows the underline text formatting to be applied to text selected within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUnderlineRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEUnderlineRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUnderlineRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEUnderlineRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUnderlineRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEUnderlineRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUnderlineRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEUnderlineRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorAudioUploadSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to a control's audio uploading functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorAudioUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorAudioUploadSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorAudioUploadSettings.ValidationSettings">
|
|
<summary>
|
|
<para>Gets settings that relate to the validation of audio files uploaded within the ASPxHtmlEditor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="ASPxHtmlEditorAudioUploadValidationSettings"/> object that contains uploaded file validation settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAudioSelectorSettings">
|
|
|
|
<summary>
|
|
<para>Contains the <b>ASPxHtmlEditor</b>'s Select Audio dialog's settings.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAudioSelectorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorAudioSelectorSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorVideoSelectorSettings">
|
|
|
|
<summary>
|
|
<para>Contains the <b>ASPxHtmlEditor</b>'s Select Video dialog's settings.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorVideoSelectorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorVideoSelectorSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorFlashUploadSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to a control's flash uploading functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorFlashUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorFlashUploadSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorFlashUploadSettings.ValidationSettings">
|
|
<summary>
|
|
<para>Gets settings that relate to the validation of flash files uploaded within the ASPxHtmlEditor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="ASPxHtmlEditorFlashUploadValidationSettings"/> object that contains uploaded file validation settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFlashSelectorSettings">
|
|
|
|
<summary>
|
|
<para>Contains the <b>ASPxHtmlEditor</b>'s Select Flash dialog's settings.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFlashSelectorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFlashSelectorSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HETableRowPropertiesRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that invokes the Row Properties dialog, allowing modification of a row's properties in a table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableRowPropertiesRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableRowPropertiesRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableRowPropertiesRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableRowPropertiesRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableRowPropertiesRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableRowPropertiesRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableRowPropertiesRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableRowPropertiesRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFilterMode">
|
|
|
|
<summary>
|
|
<para>Lists values specifying the filtering mode for the HtmlEditor elements (such as tags, attributes and style attributes).
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFilterMode.BlackList">
|
|
<summary>
|
|
<para>Specified elements are prohibited and will be removed; other elements will be maintained.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFilterMode.WhiteList">
|
|
<summary>
|
|
<para>Specified elements are allowed and will be maintained; other elements will be removed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlCorrectingEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.HtmlCorrecting"/> event that allows any custom check or transformation of the editor's HTML code to be perfromed.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlCorrectingEventArgs.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlCorrectingEventArgs class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="html">
|
|
A string value representing the editor's HTML markup.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlCorrectingEventArgs.Handled">
|
|
<summary>
|
|
<para>Gets or sets whether an HTML markup correcting operation is handled manually, so no default processing is required.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if no default processing is required; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlCorrectingEventArgs.Html">
|
|
<summary>
|
|
<para>Gets or sets the HTML markup representing the HtmlCorrectingEventArgs's content.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the editor's HTML markup.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxProperties">
|
|
|
|
<summary>
|
|
<para>Contains settings specific to a combo box toolbar item.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxProperties.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarComboBoxProperties class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarComboBoxProperties class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
<param name="defaultCaption">
|
|
A string value that specifies the default editor caption.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxProperties.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxProperties.ClientSideEvents">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarComboBoxProperties class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxProperties.DefaultCaption">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the default caption of a <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox"/> toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the default caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties">
|
|
|
|
<summary>
|
|
<para>Contains settings specific to a combo box toolbar item.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomComboBoxProperties class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomComboBoxProperties class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
<param name="defaultCaption">
|
|
A string value that specifies the default editor caption.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.ClientInstanceName">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarCustomComboBoxProperties class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.CssFilePath">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarCustomComboBoxProperties class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.CssPostfix">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarCustomComboBoxProperties class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.DefaultCaption">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarCustomComboBoxProperties class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.DisplayFormatInEditMode">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarCustomComboBoxProperties class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.DropDownStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the manner in which end users can change the edit value of the dropdown list editor.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.DropDownStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.EnableClientSideAPI">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarCustomComboBoxProperties class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.EnableSynchronization">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarCustomComboBoxProperties class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.InvalidStyle">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarCustomComboBoxProperties class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.Items">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarCustomComboBoxProperties class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.RenderIFrameForPopupElements">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarCustomComboBoxProperties class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.ValidationSettings">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarCustomComboBoxProperties class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomComboBoxProperties.ValueType">
|
|
<summary>
|
|
<para>Specifies the data type of the editor's values.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Type"/> object that is the type of values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteFromWordButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that invokes the "Paste from Word" dialog allowing the copied Word text to be inserted into the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteFromWordButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarPasteFromWordButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteFromWordButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarPasteFromWordButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteFromWordButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarPasteFromWordButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteFromWordButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteFromWordButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPrintButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that invokes a standard 'Print' dialog allowing the editor's content to be printed.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPrintButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarPrintButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPrintButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarPrintButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPrintButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarPrintButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarPrintButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarPrintButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.CustomCssItemPreviewStyle">
|
|
|
|
<summary>
|
|
<para>Defines preview style settings for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem"/> within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.CustomCssItemPreviewStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new CustomCssItemPreviewStyle class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.CustomCssItemPreviewStyle.HorizontalAlign">
|
|
<summary>
|
|
<para>This property is not in effect for the CustomCssItemPreviewStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.CustomCssItemPreviewStyle.HoverStyle">
|
|
<summary>
|
|
<para>This property is not in effect for the CustomCssItemPreviewStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.CustomCssItemPreviewStyle.ImageSpacing">
|
|
<summary>
|
|
<para>This property is not in effect for the CustomCssItemPreviewStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.CustomCssItemPreviewStyle.Spacing">
|
|
<summary>
|
|
<para>This property is not in effect for the CustomCssItemPreviewStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.CustomCssItemPreviewStyle.VerticalAlign">
|
|
<summary>
|
|
<para>This property is not in effect for the CustomCssItemPreviewStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorSpellCheckerStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of specific elements within the spell checking dialog of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> to be defined.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorSpellCheckerStyles.#ctor(DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorSpellCheckerStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="editor">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> object that represents the object's owner.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection">
|
|
|
|
<summary>
|
|
<para>Represents a collection of list items within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit"/>.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomCssListEditItemCollection class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomCssListEditItemCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>IWebControlObject</b> interface and represents the owner of the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection.Add(System.String,System.Object)">
|
|
<summary>
|
|
<para>Creates a new item with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the item's text. Initializes the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
<param name="value">
|
|
An object that represents the item's value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.Value"/> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection.Add(System.String)">
|
|
<summary>
|
|
<para>Creates a new item with the specified setting and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the item's text. Initializes the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection.Add">
|
|
<summary>
|
|
<para>Creates a new item with the default settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection.Add(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Creates a new item with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the item's text. Initializes the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
<param name="tagName">
|
|
A <see cref="T:System.String"/> value that specifies the item's tag name. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.TagName"/> property.
|
|
|
|
</param>
|
|
<param name="cssClass">
|
|
A <see cref="T:System.String"/> value that specifies the item's CSS class name. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.CssClass"/> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection.Add(DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem)">
|
|
<summary>
|
|
<para>Adds a specified item to the end of the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem"/> object representing an item to be added.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection.Add(System.String,System.Object,System.String)">
|
|
<summary>
|
|
<para>Creates a new item with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the item's text. Initializes the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
<param name="value">
|
|
An object that represents the item's value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A string value that specifies the url of the item's image. Initializes the <see cref="P:DevExpress.Web.ListEditItem.ImageUrl"/> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection.Add(System.String,System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Creates a new item with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the item's text. Initializes the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
<param name="tagName">
|
|
A <see cref="T:System.String"/> value that specifies the item's tag name. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.TagName"/> property.
|
|
|
|
</param>
|
|
<param name="cssClass">
|
|
A <see cref="T:System.String"/> value that specifies the item's CSS class name. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.CssClass"/> property.
|
|
|
|
</param>
|
|
<param name="previewClass">
|
|
A <see cref="T:System.String"/> value that specifies the item's CSS class name defining its preview appearance. Initializes the <b><see cref="P:System.Web.UI.WebControls.Style.CssClass"/></b> property.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem"/> object representing the newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Returns a <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem"/> object from the ToolbarCustomCssListEditItemCollection at the specified index.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value that is the zero-based index of the <see cref="ToolbarCustomCssListEditItem"/> to retrieve from the ToolbarCustomCssListEditItemCollection.
|
|
|
|
|
|
</param>
|
|
<value>A <see cref="ToolbarCustomCssListEditItem"/> object, that is an item with the specified index.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem">
|
|
|
|
<summary>
|
|
<para>Represents an individual list item within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit"/>'s list.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.#ctor(System.String,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomCssListEditItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A string value that specifies the object's text.
|
|
|
|
</param>
|
|
<param name="value">
|
|
An object that represents the item's value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.#ctor(System.String,System.Object,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomCssListEditItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A string value that specifies the object's text.
|
|
|
|
</param>
|
|
<param name="value">
|
|
An object that represents the item's value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="imageUrl">
|
|
A string value that specifies the url of the item's image.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomCssListEditItem class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A string value that specifies the created item's text.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.#ctor(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomCssListEditItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A string value that specifies the item's text.
|
|
|
|
</param>
|
|
<param name="tagName">
|
|
A string value that specifies the item's tag name.
|
|
|
|
</param>
|
|
<param name="cssClass">
|
|
A string value that specifies the item's CSS class name.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomCssListEditItem class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.#ctor(System.String,System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomCssListEditItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the item's text. Initializes the <see cref="P:DevExpress.Web.ListEditItem.Text"/> property.
|
|
|
|
</param>
|
|
<param name="tagName">
|
|
A <see cref="T:System.String"/> value that specifies the item's tag name. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.TagName"/> property.
|
|
|
|
</param>
|
|
<param name="cssClass">
|
|
A <see cref="T:System.String"/> value that specifies the item's CSS class name. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.CssClass"/> property.
|
|
|
|
</param>
|
|
<param name="previewCssClass">
|
|
A <see cref="T:System.String"/> value that specifies the item's CSS class name defining its preview appearance. Initializes the <b><see cref="P:System.Web.UI.WebControls.Style.CssClass"/></b> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.CssClass">
|
|
<summary>
|
|
<para>Gets or sets the name of the cascading style sheet (CSS) class associated with the current list item.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the name of the associated cascading style sheet class.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.PreviewStyle">
|
|
<summary>
|
|
<para>Gets style settings that define the preview appearance of the item.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.CustomCssItemPreviewStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.TagName">
|
|
<summary>
|
|
<para>Gets or sets the item's associated tag name.
|
|
</para>
|
|
</summary>
|
|
<value>A string specifying the associated tag name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.Value">
|
|
<summary>
|
|
<para>Returns a textual representation of the item's <see cref="P:DevExpress.Web.CollectionItem.Index"/> property. For internal use only.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/> that represents the textual representation of the item index.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit">
|
|
|
|
<summary>
|
|
<para>A default toolbar editor that can contain a list of custom CSS styles, and allows a particular style to be applied to the text content selected in the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomCssEdit class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomCssEdit class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCustomCssEdit class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit.CreateDefaultItems">
|
|
<summary>
|
|
<para>Adds items providing the appropriate predefined functionality to the toolbar item's dropdown list.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit.DefaultCaption">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the default caption of a toolbar item of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit"/> type.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the default caption of a toolbar item of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit"/> type.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed within the editor's dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection"/> instance representing the collection of items in the combo box editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit.Text">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarCustomCssEdit class. Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the toolbar item's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the item's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSpellingSettings">
|
|
|
|
<summary>
|
|
<para>Represents a container of settings that affect spell checking of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s content.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSpellingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorSpellCheckerSpellingSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSpellingSettings.IgnoreMarkupTags">
|
|
<summary>
|
|
<para>Gets or sets whether the text enclosed with specific markup tags should be checked.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to exclude the text within tags from the check; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSettings">
|
|
|
|
<summary>
|
|
<para>Represents a set of settings related to spell checking of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s content.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorSpellCheckerSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object or descendant whose properties are copied to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSettings.Culture">
|
|
<summary>
|
|
<para>Gets or sets the culture-specific settings of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s built-in spell checker.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Globalization.CultureInfo"/> object that specifies culture settings (language and phonetic specifics).
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSettings.Dictionaries">
|
|
<summary>
|
|
<para>Provides access to a collection of dictionaries.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerDictionaryCollection"/> object, representing a collection of dictionaries.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSettings.LevenshteinDistance">
|
|
<summary>
|
|
<para>Gets or sets the parameter used to measure the proximity of words.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that is the maximum number of steps used to convert the misspelled word into a suggested one.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSettings.MaximumErrorCountInResponse">
|
|
<summary>
|
|
<para>Specifies the maximum number of spelling errors found before the server sends a response to the client.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="Int32"/> value specifying the number of errors.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSettings.SettingsSpelling">
|
|
<summary>
|
|
<para>Provides access to basic spelling settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSpellingSettings"/> object that holds spelling options.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSettings.SettingsText">
|
|
<summary>
|
|
<para>Provides access to texts displayed in different elements of the built-in spell checker control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerTextSettings"/> class instance that holds texts for use in control layout and related forms
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSettings.SuggestionCount">
|
|
<summary>
|
|
<para>Gets or sets the number of suggested words displayed in the spelling form.
|
|
</para>
|
|
</summary>
|
|
<value>An integer, representing the number of suggestions displayed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCheckSpellingButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows checking the spelling of the content within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCheckSpellingButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCheckSpellingButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCheckSpellingButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCheckSpellingButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCheckSpellingButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCheckSpellingButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCheckSpellingButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCheckSpellingButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFileCollection">
|
|
|
|
<summary>
|
|
<para>Represents a collection of <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFile"/> objects.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFileCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorCssFileCollection class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFileCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorCssFileCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>IWebControlObject</b> interface and represents the owner of the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFileCollection.Add">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFile"/> object and adds it to the end of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFileCollection"/> object.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFile"/> object representing the newly created CSS file.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFileCollection.Add(System.String)">
|
|
<summary>
|
|
<para>Adds a new CSS file to the end of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFileCollection"/> object with specific CSS file path.
|
|
</para>
|
|
</summary>
|
|
<param name="filePath">
|
|
A string value that specifies the CSS file path.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFile"/> object representing the CSS file.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFileCollection.AddRange(System.Collections.Generic.IEnumerable`1)">
|
|
<summary>
|
|
<para>Adds a collection of items to the end of the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="cssFiles">
|
|
A <see cref="T:System.Collections.Generic.IEnumerable`1[[]]"/> object, which is the collection of items to append to the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFile">
|
|
|
|
<summary>
|
|
<para>Represents a link to the CSS file.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFile.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorCssFile class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="filePath">
|
|
A string value that specifies the CSS file path. Initizlizes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFile.FilePath"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFile.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorCssFile class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFile.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFile.FilePath">
|
|
<summary>
|
|
<para>Gets or sets the path of the associated CSS file.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the CSS file path.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFile.ToString">
|
|
<summary>
|
|
<para>Returns the string that represents a current object.
|
|
</para>
|
|
</summary>
|
|
<returns>A string that represents the current <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFile"/> object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit">
|
|
|
|
<summary>
|
|
<para>A default toolbar editor that allows a predefined paragraph style to be applied to the selected paragraph within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarParagraphFormattingEdit class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarParagraphFormattingEdit class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarParagraphFormattingEdit class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit.CreateDefaultItems">
|
|
<summary>
|
|
<para>Adds items providing the appropriate predefined functionality to the toolbar item's dropdown list.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit.DefaultCaption">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the default caption of a toolbar item of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit"/> type.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the default caption of a toolbar item of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit"/> type.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed within the editor's dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection"/> instance representing the collection of items in the combo box editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit.Text">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarParagraphFormattingEdit class. Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the toolbar item's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the item's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HESplitTableCellHorizontallyRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows splitting a table's cell horizontally within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESplitTableCellHorizontallyRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESplitTableCellHorizontallyRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESplitTableCellHorizontallyRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESplitTableCellHorizontallyRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESplitTableCellHorizontallyRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESplitTableCellHorizontallyRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESplitTableCellHorizontallyRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESplitTableCellHorizontallyRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HESuperscriptRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows the superscript text formatting to be applied to text selected within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESuperscriptRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESuperscriptRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESuperscriptRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESuperscriptRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESuperscriptRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESuperscriptRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESuperscriptRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESuperscriptRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertUnorderedListButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the unordered list formatting to be applied to a paragraph whose content is selected in the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertUnorderedListButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertUnorderedListButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertUnorderedListButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertUnorderedListButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertUnorderedListButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertUnorderedListButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertUnorderedListButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertUnorderedListButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertOrderedListButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the ordered list formatting to be applied to a paragraph whose content is selected in the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertOrderedListButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertOrderedListButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertOrderedListButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertOrderedListButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertOrderedListButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertOrderedListButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertOrderedListButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertOrderedListButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorViewAreaStyle">
|
|
|
|
<summary>
|
|
<para>Defines style settings for a particular view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorViewAreaStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorViewAreaStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorViewAreaStyle.Paddings">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorViewAreaStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarTabStyle">
|
|
|
|
<summary>
|
|
<para>Defines style settings for tabs displayed within the status bar.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarTabStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorStatusBarTabStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarTabStyle.ImageSpacing">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarTabStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of the status bar's elements to be defined.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorStatusBarStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles.ActiveTab">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the active tab within the <b>ASPxHtmlEditor</b>'s status bar .
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarTabStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles.CopyFrom(DevExpress.Web.StylesBase)">
|
|
<summary>
|
|
<para>Duplicates the properties of the specified object into the current instance of the HtmlEditorStatusBarStyles class.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object which the settings will be copied from.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles.CssFilePath">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles.CssPostfix">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles.Reset">
|
|
<summary>
|
|
<para>Returns the HtmlEditorStatusBarStyles object to its original state.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles.SizeGrip">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of a size grip.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarSizeGripStyle"/> object containing style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles.StatusBar">
|
|
<summary>
|
|
<para>Gets the settings that define the appearance of the <b>ASPxHtmlEditor</b>'s status bar .
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles.Tab">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of tabs within the <b>ASPxHtmlEditor</b>'s status bar.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarTabStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyle">
|
|
|
|
<summary>
|
|
<para>Defines style settings for the status bar .
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorStatusBarStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyle.Border">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyle.BorderBottom">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyle.BorderLeft">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyle.BorderRight">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyle.BorderTop">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorStatusBarStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyle.Paddings">
|
|
<summary>
|
|
<para>Gets the padding settings of status bar .
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyle.TabSpacing">
|
|
<summary>
|
|
<para>Gets or sets the amount of space between tabs displayed within the <b>ASPxHtmlEditor</b>'s status bar.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of specific elements within dialog forms to be defined.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDialogFormStyles class with default settings.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCommonViewAreaStyle">
|
|
|
|
<summary>
|
|
<para>Defines style settings for view areas.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCommonViewAreaStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorCommonViewAreaStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCommonViewAreaStyle.Paddings">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorCommonViewAreaStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyleBase">
|
|
|
|
<summary>
|
|
<para>Defines the base style settings for different areas within the <b>ASPxHtmlEditor</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyleBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorAreaStyleBase class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyleBase.HorizontalAlign">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorAreaStyleBase class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyleBase.VerticalAlign">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorAreaStyleBase class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyleBase.Wrap">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorAreaStyleBase class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyle">
|
|
|
|
<summary>
|
|
<para>Defines style settings for content areas.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorAreaStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyle.Border">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorAreaStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyle.BorderBottom">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorAreaStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyle.BorderLeft">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorAreaStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyle.BorderRight">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorAreaStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyle.BorderTop">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorAreaStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyle.CssClass">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorAreaStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyle.Font">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorAreaStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyle.ForeColor">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorAreaStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyle.Paddings">
|
|
<summary>
|
|
<para>Gets the padding settings of the current area style.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemImageProperties">
|
|
|
|
<summary>
|
|
<para>Contains settings that define a toolbar item's image.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemImageProperties.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemImageProperties class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="url">
|
|
A string value specifying the image location.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemImageProperties.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemImageProperties class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemImageProperties class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit">
|
|
|
|
<summary>
|
|
<para>A default toolbar editor that allows the font size to be selected and applied to the text content selected within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFontSizeEdit class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFontSizeEdit class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFontSizeEdit class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit.CreateDefaultItems">
|
|
<summary>
|
|
<para>Adds items providing the appropriate predefined functionality to the toolbar item's dropdown list.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit.DefaultCaption">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the default caption of a toolbar item of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit"/> type.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the default caption of a toolbar item of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit"/> type.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed within the editor's dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection"/> instance representing the collection of items in the combo box editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit.Text">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarFontSizeEdit class. Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the toolbar item's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the toolbar item's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit.Width">
|
|
<summary>
|
|
<para>Gets or sets the current toolbar item's width.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the width of the toolbar item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit">
|
|
|
|
<summary>
|
|
<para>A default toolbar editor that allows the named font to be selected and applied to the text content selected in the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFontNameEdit class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFontNameEdit class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFontNameEdit class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit.CreateDefaultItems">
|
|
<summary>
|
|
<para>Adds items providing the appropriate predefined functionality to the toolbar item's dropdown list.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit.DefaultCaption">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the default caption of a toolbar item of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit"/> type.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the default caption of a toolbar item of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit"/> type.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed within the editor's dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection"/> instance representing the collection of items in the combo box editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit.Text">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarFontNameEdit class. Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the toolbar item's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the toolbar item's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit.Width">
|
|
<summary>
|
|
<para>Gets or sets the current toolbar item's width.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the width of the toolbar item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar">
|
|
|
|
<summary>
|
|
<para>Represents a base class for toolbars.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorToolbar class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorToolbar class with the specified name.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar's name. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.Name"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.#ctor(System.String,DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorToolbar class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar's name. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.Name"/> property.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <b>HtmlEditorToolbarItem</b> objects, to populate the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.Caption">
|
|
<summary>
|
|
<para>Gets or sets the toolbar's caption.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the toolbar's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.CreateDefaultItems">
|
|
<summary>
|
|
<para>Populates the toolbar's dropdown list items with default items.
|
|
</para>
|
|
</summary>
|
|
<returns>The toolbar, whose default items are dropdown lists populated with items that provide the appropriate, predefined functionality.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.CreateStandardToolbar1">
|
|
<summary>
|
|
<para>Creates the <b>StandardToolbar1</b> default toolbar and populates it with relevant default items.
|
|
</para>
|
|
</summary>
|
|
<returns> An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> object representing the <b>StandardToolbar1</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.CreateStandardToolbar2">
|
|
<summary>
|
|
<para>Creates the <b>StandardToolbar2</b> default toolbar, and populates it with relevant default items.
|
|
</para>
|
|
</summary>
|
|
<returns> An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> object representing the <b>StandardToolbar2</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.CreateStandardToolbar2(System.Boolean)">
|
|
<summary>
|
|
<para>Creates the <b>StandardToolbar2</b> default toolbar, populates it with relevant default items, specifying whether the layout of the toolbar is reversed.
|
|
</para>
|
|
</summary>
|
|
<param name="rtl">
|
|
<b>true</b> to reverse the layout of the toolbar; otherwise <b>false</b>.
|
|
|
|
</param>
|
|
<returns> An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> object which is the <b>StandardToolbar2</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.CreateTableToolbar">
|
|
<summary>
|
|
<para>Creates the <b>TableToolbar</b> default toolbar and populates it with relevant default items.
|
|
</para>
|
|
</summary>
|
|
<returns>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> object representing the <b>TableToolbar</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.Items">
|
|
<summary>
|
|
<para>Gets the collection of items within the toolbar and provides indexed access to them.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItemCollection"/> object representing the collection of the toolbar's items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.Name">
|
|
<summary>
|
|
<para>Gets or sets the toolbar's unique identifier name.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the toolbar's unique identifier name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.ToString">
|
|
<summary>
|
|
<para>Returns the string that represents the HtmlEditorToolbar object.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value that represents the HtmlEditorToolbar object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.Visible">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the visibility of the toolbar.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the toolbar is visible; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.VisibleIndex">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the position of the current toolbar amongst the visible toolbars in an ASPxHtmlEditor.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the zero-based index of the HtmlEditorToolbar amongst the visible toolbars. <b>-1</b> if the toolbar is invisible.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSuperscriptButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the superscript text formatting to be applied to the text selected in the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSuperscriptButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSuperscriptButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSuperscriptButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSuperscriptButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSuperscriptButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSuperscriptButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarSuperscriptButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarSuperscriptButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSubscriptButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the subscript text formatting to be applied to the text selected in the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSubscriptButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSubscriptButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSubscriptButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSubscriptButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSubscriptButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarSubscriptButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarSubscriptButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarSubscriptButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarRemoveFormatButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows text formatting to be removed from the text selected in the design view area.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarRemoveFormatButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarRemoveFormatButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarRemoveFormatButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarRemoveFormatButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarRemoveFormatButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarRemoveFormatButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarRemoveFormatButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarRemoveFormatButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarOutdentButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the outdent formatting to be applied to a paragraph whose content is selected in the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarOutdentButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarOutdentButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarOutdentButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarOutdentButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarOutdentButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarOutdentButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarOutdentButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarOutdentButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarIndentButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the indent formatting to be applied to a paragraph whose content is selected in the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarIndentButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarIndentButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarIndentButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarIndentButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarIndentButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarIndentButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarIndentButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarIndentButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItemCollection">
|
|
|
|
<summary>
|
|
<para>Represents a collection of toolbar item objects.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItemCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorToolbarItemCollection class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorToolbarItemCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>IWebControlObject</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItemCollection.FindByCommandName(System.String)">
|
|
<summary>
|
|
<para>Returns an item object with the specified <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.CommandName"/> property value.
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.CommandName"/> property value of the required item.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem"/> object with a specific value of the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.CommandName"/> property.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItemCollection.ForEach(System.Action`1)">
|
|
<summary>
|
|
<para>Performs the specified action on each element of the HtmlEditorToolbarItemCollection.
|
|
</para>
|
|
</summary>
|
|
<param name="action">
|
|
The <see cref="T:System.Action`1[[]]"/> delegate to perform on each element of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItemCollection"/>.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItemCollection"/> object that represents the processed item collection.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarCollection">
|
|
|
|
<summary>
|
|
<para>Represents a collection of toolbar objects.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorToolbarCollection class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorToolbarCollection class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>IWebControlObject</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarCollection.Add">
|
|
<summary>
|
|
<para>Creates a new toolbar with the default settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<returns>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> object representing the newly created toolbar.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarCollection.Add(System.String,DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem[])">
|
|
<summary>
|
|
<para>Creates a new toolbar with the specified settings and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar's name. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.Name"/> property.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <b>HtmlEditorToolbarItem</b> objects, to populate the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.Items"/> collection.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> object representing the newly created toolbar.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarCollection.Add(System.String)">
|
|
<summary>
|
|
<para>Creates a new toolbar with the specified setting and adds it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar's name. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.Name"/> property.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> object representing the newly created toolbar.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarCollection.CreateDefaultToolbars">
|
|
<summary>
|
|
<para>Creates a collection of default toolbars.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarCollection.CreateDefaultToolbars(System.Boolean)">
|
|
<summary>
|
|
<para>Creates a collection of default toolbars specifying whether the layout of the toolbars is reversed.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="rtl">
|
|
<b>true</b> to reverse the layout of the toolbars; otherwise <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarCollection.Item(System.String)">
|
|
<summary>
|
|
<para>Provides access to individual items in the collection by their names.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value specifying the item's name.
|
|
|
|
</param>
|
|
<value>An <see cref="HtmlEditorToolbar"/> object which is the item with the specified name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRoundPanelStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of specific elements within round panels used by the <b>ASPxHtmlEditor</b> to be defined.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRoundPanelStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorRoundPanelStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRoundPanelStyles.ControlCssClass">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRoundPanelStyles.ControlStyle">
|
|
<summary>
|
|
<para>Gets the style settings used to define the appearance of round panel elements (excepting their headers) used within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.MenuStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRoundPanelStyles.ControlStyleStyleName">
|
|
<summary>
|
|
<para>For internal use only. Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRoundPanelStyles.CssFilePath">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorRoundPanelStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRoundPanelStyles.CssPostfix">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorRoundPanelStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorButtonStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of button elements used within the <b>ASPxHtmlEditor</b> to be defined.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorButtonStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorButtonStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="skinOwner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorButtonStyles.ToString">
|
|
<summary>
|
|
<para>This method is not in effect for the HtmlEditorButtonStyles object.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUnlinkButton">
|
|
|
|
<summary>
|
|
<para>Represents a default toolbar button that allows a link contained within the text or image selected within the design view area to be removed.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUnlinkButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarUnlinkButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUnlinkButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarUnlinkButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUnlinkButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarUnlinkButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarUnlinkButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarUnlinkButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUndoButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the previous action performed within the design view area to be canceled.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUndoButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarUndoButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUndoButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarUndoButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUndoButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarUndoButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarUndoButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarUndoButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUnderlineButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the underline text formatting to be applied to the text selected in the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUnderlineButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarUnderlineButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUnderlineButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarUnderlineButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUnderlineButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarUnderlineButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarUnderlineButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarUnderlineButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarRedoButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows a previously canceled action performed within the design view area to be returned.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarRedoButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarRedoButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarRedoButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarRedoButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarRedoButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarRedoButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarRedoButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarRedoButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the data from the clipboard to be pasted in the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarPasteButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarPasteButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarPasteButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyRightButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows a paragraph whose content is selected in the design view area to be right justified.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyRightButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarJustifyRightButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyRightButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarJustifyRightButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyRightButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarJustifyRightButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyRightButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyRightButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyLeftButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows a paragraph whose content is selected in the design view area to be left justified.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyLeftButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarJustifyLeftButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyLeftButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarJustifyLeftButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyLeftButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarJustifyLeftButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyLeftButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyLeftButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyFullButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows a paragraph whose content is selected in the design view area to be fully justified (aligned with both the left and right margins).
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyFullButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarJustifyFullButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyFullButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarJustifyFullButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyFullButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarJustifyFullButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyFullButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyFullButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyCenterButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows a paragraph whose content is selected in the design view area to be centered.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyCenterButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarJustifyCenterButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyCenterButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarJustifyCenterButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyCenterButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarJustifyCenterButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyCenterButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyCenterButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemStyle">
|
|
|
|
<summary>
|
|
<para>Defines style settings for toolbar items.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItalicButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows italic formatting to be applied to the text selected in the design view area.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItalicButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItalicButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItalicButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItalicButton class with the specified settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItalicButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItalicButton class with the specified setting.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItalicButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItalicButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertLinkDialogButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that invokes a link dialog allowing a hyperlink to be inserted into the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertLinkDialogButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertLinkDialogButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertLinkDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertLinkDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertLinkDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertLinkDialogButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertLinkDialogButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertLinkDialogButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertImageDialogButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that invokes an image dialog allowing an image to be inserted into the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertImageDialogButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertImageDialogButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertImageDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertImageDialogButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertImageDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarInsertImageDialogButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertImageDialogButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertImageDialogButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontColorButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the required color to be applied to the text selected within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontColorButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFontColorButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontColorButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFontColorButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontColorButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarFontColorButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFontColorButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarFontColorButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCutButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the content selected within the design view area to be cut and copied to the clipboard.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCutButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCutButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCutButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCutButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCutButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCutButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCutButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCutButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCopyButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the content selected within the design view area to be copied to the clipboard.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCopyButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCopyButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCopyButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCopyButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCopyButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarCopyButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCopyButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarCopyButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarColorButtonBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontColorButton"/> and <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarBackColorButton"/> classes.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarColorButtonBase.#ctor(System.String,System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarColorButtonBase class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A string value that specifies the created toolbar button's display text.
|
|
|
|
</param>
|
|
<param name="commandName">
|
|
A string value that specifies the created toolbar button's name.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A string value that specifies the created toolbar button's tooltip text.
|
|
|
|
</param>
|
|
<param name="color">
|
|
A string value that specifies the created toolbar button's selected color.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarColorButtonBase.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarColorButtonBase.ColumnCount">
|
|
<summary>
|
|
<para>Gets or sets the number of columns displayed in a toolbar color button drop-down color table.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="Int32"/> value that specifies the number of columns.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarColorButtonBase.CreateDefaultItems">
|
|
<summary>
|
|
<para>Creates a collection of default color items in the toolbar color button.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarColorButtonBase.EnableCustomColors">
|
|
<summary>
|
|
<para>Gets or sets whether the custom colors are available for the color button.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarColorButtonBase.GetClientMainTemplateID">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarColorButtonBase.GetDropDownTemplateID">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarColorButtonBase.GetMainTemplateID">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarColorButtonBase.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed in a toolbar color button drop-down color table.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="ColorEditItemCollection"/> instance that is the collection of items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarBoldButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the bold formatting to be applied to the text selected within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarBoldButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarBoldButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarBoldButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarBoldButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarBoldButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarBoldButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarBoldButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarBoldButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarBackColorButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the background color to be specified for the text selected within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarBackColorButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarBackColorButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarBackColorButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarBackColorButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarBackColorButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarBackColorButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarBackColorButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarBackColorButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of the <b>ASPxHtmlEditor</b>'s different elements to be defined.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.#ctor(DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="editor">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> object that represents the class' owner.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.ContentArea">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the <b>ASPxHtmlEditor</b>'s content area.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.ContentAreaStyleName">
|
|
<summary>
|
|
<para>For internal use only. Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.DesignViewArea">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the <b>ASPxHtmlEditor</b>'s Design View area.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorViewAreaStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.DesignViewAreaStyleName">
|
|
<summary>
|
|
<para>For internal use only. Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.HtmlViewArea">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the <b>ASPxHtmlEditor</b>'s Html View area.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorViewAreaStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.HtmlViewAreaStyleName">
|
|
<summary>
|
|
<para>For internal use only. Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.LoadingDiv">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the <b>ASPxHtmlEditor</b>'s loading div elements.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.LoadingDivStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.LoadingPanel">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the <b>ASPxHtmlEditor</b>'s loading panel.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.PreviewArea">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the <b>ASPxHtmlEditor</b>'s Preview area.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorViewAreaStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.PreviewAreaStyleName">
|
|
<summary>
|
|
<para>For internal use only. Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.RightToLeftCssClass">
|
|
<summary>
|
|
<para>Contains the default name of a CSS class that defines settings for right-to-left layout.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.TagInspectorControlsTagsContainerCssClass">
|
|
<summary>
|
|
<para>For internal use only. Returns "dxhe-tagsContainer".
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.TagInspectorWrapperCssClass">
|
|
<summary>
|
|
<para>For internal use only. Returns "dxhe-tiWrapper".
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.ToString">
|
|
<summary>
|
|
<para>This method is not in effect for the HtmlEditorStyles class.
|
|
</para>
|
|
</summary>
|
|
<returns>An empty string.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.ViewArea">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the <b>ASPxHtmlEditor</b>'s view area.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCommonViewAreaStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.ViewAreaStyleName">
|
|
<summary>
|
|
<para>For internal use only. Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorMenuStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of specific elements within the editor's context menu to be defined.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorMenuStyles.#ctor(DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorMenuStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="editor">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> object that represents the class' owner.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorMenuStyles.ToString">
|
|
<summary>
|
|
<para>This method is not in effect for the HtmlEditorMenuStyles class.
|
|
</para>
|
|
</summary>
|
|
<returns>An empty string.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s specific elements.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorImages class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.CloseButtonImageName">
|
|
<summary>
|
|
<para><para>Represents the file name of the <b>CloseButton</b> image displayed within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control's dialog windows.</para>
|
|
|
|
<para>This name is equal to "heCloseButton.gif".</para>
|
|
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsBottomImageName">
|
|
<summary>
|
|
<para><para>Contains the name of the image file, which represents the bottom part of the image used within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert Image</b> dialog.</para>
|
|
<para>This name is equal to "heConstrainProportionsBottom".
|
|
</para>
|
|
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsBottomRtlImageName">
|
|
<summary>
|
|
<para><para>Contains the name of the image file, which specifies the bottom part of the image used within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert Image</b> dialog, when the right-to-left layout is applied.
|
|
</para>
|
|
|
|
<para>This name is equal to "heConstrainProportionsBottomRtl".</para>
|
|
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsMiddleOnImageName">
|
|
<summary>
|
|
<para><para>Contains the name of the image file, which represents the switched on middle part of the image used within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert Image</b> dialog.</para>
|
|
<para>This name is equal to "heConstrainProportionsMiddleOn".
|
|
</para>
|
|
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsMiddleOnRtlImageName">
|
|
<summary>
|
|
<para><para>Contains the name of the image file, which specifies the switched on middle part of the image used within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert Image</b> dialog, when the right-to-left layout is applied.</para>
|
|
|
|
<para>This name is equal to "heConstrainProportionsMiddleOnRtl".</para>
|
|
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsOffImageName">
|
|
<summary>
|
|
<para><para>Contains the name of the image file, which represents the switched off middle part of the image used within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert Image</b> dialog.</para>
|
|
<para>This name is equal to "heConstrainProportionsMiddleOff".
|
|
</para>
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsOffRtlImageName">
|
|
<summary>
|
|
<para><para>Contains the name of the image file, which specifies the switched off middle part of the image used within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert Image</b> dialog, when the right-to-left layout is applied.</para>
|
|
|
|
<para>This name is equal to "heConstrainProportionsMiddleOffRtl".</para>
|
|
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsTopImageName">
|
|
<summary>
|
|
<para><para>Contains the name of the image file, which represents the top part of the image used within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert Image</b> dialog.</para>
|
|
<para>This name is equal to "heConstrainProportionsTop".
|
|
</para>
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsTopRtlImageName">
|
|
<summary>
|
|
<para><para>Contains the name of the image file, which specifies the top part of the image used within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert Image</b> dialog, when the right-to-left layout is applied.</para>
|
|
|
|
<para>This name is equal to "heConstrainProportionsTopRtl".</para>
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.CopyFrom(DevExpress.Web.ImagesBase)">
|
|
<summary>
|
|
<para>Duplicates the properties of the specified object to the current instance of the HtmlEditorImages class.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
An <see cref="T:DevExpress.Web.ImagesBase"/> object that the settings will be copied from.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.DialogFormCloseButton">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the dialog form close button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HeaderButtonImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ErrorFrameCloseButton">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the close button of an error frame.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HeaderButtonImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ErrorFrameCloseButtonImageName">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.InsertImageDialogConstrainProportionsBottom">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.Web.ImageProperties"/> object representing the bottom part of specific constrain proportions image displayed within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert image</b> dialog.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.InsertImageDialogConstrainProportionsBottomRtl">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.Web.ImageProperties"/> object specifying the bottom part of specific constrain proportions image displayed within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert image</b> dialog,when the right-to-left layout is applied.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.InsertImageDialogConstrainProportionsMiddleOff">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.Web.ImageProperties"/> object representing the switched off middle part of specific constrain proportions image displayed within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert image</b> dialog.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.InsertImageDialogConstrainProportionsMiddleOffRtl">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.Web.ImageProperties"/> object specifying the switched off middle part of specific constrained proportions image displayed within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert image</b> dialog, when the right-to-left layout is applied.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.InsertImageDialogConstrainProportionsMiddleOn">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.Web.ImageProperties"/> object that is the switched on middle part of a specific constrain proportions image, displayed within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert image</b> dialog.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.InsertImageDialogConstrainProportionsMiddleOnRtl">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.Web.ImageProperties"/> object specifying the switched on middle part of a specific constrained proportions image displayed within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert image</b> dialog. when the right-to-left layout is applied.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.InsertImageDialogConstrainProportionsTop">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.Web.ImageProperties"/> object represented the top part of a specific constrain proportions image displayed within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert image</b> dialog.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.InsertImageDialogConstrainProportionsTopRtl">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.Web.ImageProperties"/> object specifying the top part of a specific constrained proportions image displayed within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert image</b> dialog when the right-to-left layout is applied.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.InsertImageDialogResetButton">
|
|
<summary>
|
|
<para>Gets the settings of the <b>Reset Button</b> image.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.InsertImageDialogResetImageName">
|
|
<summary>
|
|
<para>For internal use only. Returns "heReset".
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.MenuIconSet">
|
|
<summary>
|
|
<para>Gets or sets a set of icons to be used within the toolbar UI.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="MenuIconSetType"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.Reset">
|
|
<summary>
|
|
<para>Returns the HtmlEditorImages object to its original state.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.SizeGrip">
|
|
<summary>
|
|
<para>Gets the settings of the size grip image.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="ImageProperties"/> object containing image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.SizeGripImageName">
|
|
<summary>
|
|
<para><para>Represents the name of the Size Grip image file.</para>
|
|
|
|
<para>This name is equal to "heSizeGrip".</para>
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.SizeGripRtl">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of a size grip when the right-to-left layout is applied.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ImageProperties"/> object containing style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.SizeGripRtlImageName">
|
|
<summary>
|
|
<para><para>The name of the Size Grip image file when the right-to-left layout layout is applied.</para>
|
|
|
|
<para>This name is equal to "heSizeGripRtl".</para>
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.TagInspectorChangeElementButton">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the tag inspector's <b>Change Element</b> button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="CheckedButtonImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.TagInspectorChangeElementButtonImageName">
|
|
<summary>
|
|
<para>For internal use only. Returns "heTagInspectorChangeButton".
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.TagInspectorRemoveElementButton">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the tag inspector's <b>Remove Element</b> button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="CheckedButtonImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.TagInspectorRemoveElementButtonImageName">
|
|
<summary>
|
|
<para>For internal use only. Returns "heTagInspectorRemoveButton".
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.TagInspectorSeparator">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the tag inspector's separator.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="ImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.TagInspectorSeparatorImageName">
|
|
<summary>
|
|
<para>For internal use only. Returns "heTagInspectorSeparator".
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ToolbarPopOut">
|
|
<summary>
|
|
<para>Gets the settings of an image, which represents a toolbar item's pop-out image.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.PopOutImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ToolbarPopOutImageName">
|
|
<summary>
|
|
<para><para>Represents the file name of the <b>ToolbarPopOut</b> image displayed within specific toolbar buttons of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control.</para>
|
|
|
|
<para>This name is equal to "heToolbarPopOut.gif".</para>
|
|
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of different editor elements used within the <b>ASPxHtmlEditor</b> to be defined.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorEditorStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="skinOwner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorStyles.DropDownItemPickerItemStyle">
|
|
<summary>
|
|
<para>Gets the style settings defining the appearance of items within the ASPxHtmlEditor's drop-down item picker.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDropDownItemPickerItemStyle"/> object containing style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorStyles.DropDownItemPickerItemStyleName">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorStyles.DropDownItemPickerStyle">
|
|
<summary>
|
|
<para>Gets the style settings defining the appearance of a drop-down item picker within the ASPxHtmlEditor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDropDownItemPickerStyle"/> object containing style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorStyles.DropDownItemPickerStyleName">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorStyles.ToString">
|
|
<summary>
|
|
<para>This method is not in effect for the HtmlEditorEditorStyles class.
|
|
</para>
|
|
</summary>
|
|
<returns>An empty string.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorImages">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow images to be defined for specific elements of editors used within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorImages.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorEditorImages class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="skinOwner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorImages.CheckBoxChecked">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorEditorImages class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorImages.CheckBoxGrayed">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorEditorImages class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorImages.CheckBoxUnchecked">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorEditorImages class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorImages.CheckBoxUndefined">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorEditorImages class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.CustomToolbarButton">
|
|
|
|
<summary>
|
|
<para>Implements a custom toolbar button functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.CustomToolbarButton.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the CustomToolbarButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A string value that specifies the created toolbar button's display text.
|
|
|
|
</param>
|
|
<param name="commandName">
|
|
A string value that specifies the created toolbar button's name.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.CustomToolbarButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the CustomToolbarButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.CustomToolbarButton.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the CustomToolbarButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A string value that specifies the created toolbar button's display text.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.CustomToolbarButton.#ctor(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the CustomToolbarButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A string value that specifies the created toolbar button's display text.
|
|
|
|
</param>
|
|
<param name="commandName">
|
|
A string value that specifies the created toolbar button's name.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A string value that specifies the created toolbar button's tooltip text.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.CustomToolbarButton.CommandName">
|
|
<summary>
|
|
<para>Gets or sets the name of a command executed when clicking a button of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.CustomToolbarButton"/> type.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that represents the button's command name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.CustomToolbarButton.ViewStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how the current toolbar button is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.BarDockStyle">
|
|
|
|
<summary>
|
|
<para>Defines style settings for the bar dock control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.BarDockStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the BarDockStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.BarDockStyle.CopyFrom(System.Web.UI.WebControls.Style)">
|
|
<summary>
|
|
<para>Duplicates the properties of the specified object into the current instance of the BarDockStyle class.
|
|
</para>
|
|
</summary>
|
|
<param name="style">
|
|
A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object which the settings will be copied from.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.BarDockStyle.ImageSpacing">
|
|
<summary>
|
|
<para>This property is not in effect for the BarDockStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.BarDockStyle.IsEmpty">
|
|
<summary>
|
|
<para>Gets a value that indicates whether this BarDockStyle object is initialized with the default values.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the BarDockStyle object is initialized with the default values; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.BarDockStyle.MergeWith(System.Web.UI.WebControls.Style)">
|
|
<summary>
|
|
<para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the BarDockStyle class.
|
|
</para>
|
|
</summary>
|
|
<param name="style">
|
|
A <see cref="T:System.Web.UI.WebControls.Style"/> that represents an object to be combined.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.BarDockStyle.Reset">
|
|
<summary>
|
|
<para>Returns the BarDockStyle object to its original state.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.BarDockStyle.ToolbarSpacing">
|
|
<summary>
|
|
<para>Gets or sets the spacing between the toolbars within the corresponding object to which the current style applies.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorTextSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to texts displayed within tabs.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorTextSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorTextSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorTextSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorTextSettings.DesignViewTab">
|
|
<summary>
|
|
<para>Gets or sets the caption of the Design View tab.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the corresponding tab's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorTextSettings.HtmlViewTab">
|
|
<summary>
|
|
<para>Gets or sets the caption of the HTML View tab.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the corresponding tab's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorTextSettings.PreviewTab">
|
|
<summary>
|
|
<para>Gets or sets the caption of the Preview tab.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the corresponding tab's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to a control's HTML editing functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorHtmlEditingSettings class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorHtmlEditingSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings.EnablePasteOptions">
|
|
<summary>
|
|
<para>Gets or sets whether the paste options bar is available for end-users.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to enable paste oiptions; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings.EnterMode">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the editor's behavior, when the ENTER key is pressed by an end user.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEnterMode"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings.PasteFiltering">
|
|
<summary>
|
|
<para>Provides access to settings that relate to content element filtering.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorContentElementFiltering"/> object that contains content element filtering settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings.PasteMode">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how the ASPxHtmlEditor formats the pasted HTML content.
|
|
|
|
</para>
|
|
</summary>
|
|
<value> One of the <see cref="HtmlEditorPasteMode"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings.UseAbsoluteResourcePaths">
|
|
<summary>
|
|
<para>Specifies if the relative resource paths should be changed to absolute.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to change relative paths to absolute; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ViewStyle">
|
|
|
|
<summary>
|
|
<para>Specifies how a toolbar button is represented within a toolbar.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ViewStyle.Image">
|
|
<summary>
|
|
<para>An item is represented by its image.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ViewStyle.ImageAndText">
|
|
<summary>
|
|
<para>An item is represented by its image and text.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ViewStyle.Text">
|
|
<summary>
|
|
<para>An item is represented by its text.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorView">
|
|
|
|
<summary>
|
|
<para>Specifies the <b>ASPxHtmlEditor</b>'s active view
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorView.Design">
|
|
<summary>
|
|
<para>Identifies the editor's Design View.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorView.Html">
|
|
<summary>
|
|
<para>Identifies the editor's HTML View.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorView.Preview">
|
|
<summary>
|
|
<para>Identifies the editor's Preview View.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents">
|
|
|
|
<summary>
|
|
<para>Contains a list of the client-side events available for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorClientSideEvents class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.ActiveTabChanged">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.ActiveTabChanged"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.ActiveTabChanging">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.ActiveTabChanging"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.BeforePaste">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.BeforePaste"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.CommandExecuted">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.CommandExecuted"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.CommandExecuting">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.CommandExecuting"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.ContextMenuShowing">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.ContextMenuShowing"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.CustomCommand">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.CustomCommand"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.CustomDataCallback">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control's client <b>BeginCallback</b> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.CustomDialogClosed">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.CustomDialogClosed"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.CustomDialogClosing">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.CustomDialogClosing"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.CustomDialogOpened">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.CustomDialogOpened"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.DialogClosed">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.DialogClosed"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.DialogClosing">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.DialogClosing"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.DialogInitialized">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.DialogInitialized"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.GotFocus">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.GotFocus"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.HtmlChanged">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.HtmlChanged"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.LostFocus">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.LostFocus"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.SelectionChanged">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.SelectionChanged"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.SpellingChecked">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.SpellingChecked"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents.Validation">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="E:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.Validation"/> event.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the <b>ASPxHtmlEditor</b>'s base functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings.AllowContextMenu">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the editor's specific context menu is available to end-users in design view and html view.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings.AllowCustomColorsInColorPickers">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether custom colors are available in the editor's color pickers.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if end users can specify custom colors; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings.AllowDesignView">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the Design View is available to end-users.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to enable the editor's Design View; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings.AllowHtmlView">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the HTML View is available to end-users.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to enable the editor's HTML View; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings.AllowInsertDirectImageUrls">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether direct links to the specified images located on other web sites are allowed to be inserted into the editor's HTML markup.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if direct links to external images are allowed; <b>false</b> to download external images to the web site's upload folder and refer to them using local paths.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings.AllowPreview">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the Preview View is available to end-users.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to enable the editor's Preview View; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings.AllowSaveBinaryImageToServer">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether a dropped and pasted image should be saved on the server and its generated URL should be used in html or paste this image as a base64 image in html.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the image should be saved to the server; <b>false</b> to paste the inserted image as a base64 image in html.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings.AllowScriptExecutionInPreview">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the editor's content scripts should be executed in Preview.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to execute scripts in preview; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings.EnableContextMenuScrolling">
|
|
<summary>
|
|
<para>Gets or sets whether to enable context menu scrolling.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to enable context menu scrolling; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings.SettingsHtmlView">
|
|
<summary>
|
|
<para>Provides access to settings that relate to HTML View.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorHtmlViewSettings"/> object that contains HTML view settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings.SettingsRibbonToolbar">
|
|
<summary>
|
|
<para>Provides access to the settings of the ribbon toolbar.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorRibbonToolbarSettings"/> object that contains the ribbon toolbar options.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings.ShowTagInspector">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the tag inspector is displayed in the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the tag inspector; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorLoadingPanelSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the loading panel's functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorLoadingPanelSettings.#ctor(DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorLoadingPanelSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="editor">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> object that represents the object's owner.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to a control's image uploading functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorImageUploadSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadSettings.UploadImageFolder">
|
|
<summary>
|
|
<para>Gets or sets the path to the folder that contains uploaded images used by the editor.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the root path of uploaded images.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadSettings.UseAdvancedUploadMode">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the advanced upload mode is used.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the advanced upload mode is used; <b>false</b> if the standard upload mode is used.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadSettings.ValidationSettings">
|
|
<summary>
|
|
<para>Gets settings that relate to the validation of image files uploaded within the ASPxHtmlEditor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadValidationSettings"/> object that contains uploaded file validation settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettingsBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes that define different settings of the <b>ASPxHtmlEditor</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorSettingsBase class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor">
|
|
|
|
<summary>
|
|
<para>An HTML text editor control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditor class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.AccessibilityCompliant">
|
|
<summary>
|
|
<para>Enables accessibility support.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if accessibility support is enabled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ActiveView">
|
|
<summary>
|
|
<para>Gets or sets the editor's active view.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorView"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.AssociatedRibbonID">
|
|
<summary>
|
|
<para>Specifies the ID of an <see cref="T:DevExpress.Web.ASPxRibbon"/> control, used as an external toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the ribbon ID.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.AudioFileSaving">
|
|
<summary>
|
|
<para>Allows you to process an uploaded audio file before it is saved to the server.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.AudioSelectorCustomThumbnail">
|
|
<summary>
|
|
<para>Occurs each time before a thumbnail or a folder's icon is created in Audio Selector.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.AudioSelectorFileUploading">
|
|
<summary>
|
|
<para>Fires before a file is uploaded to the Audio Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.AudioSelectorFolderCreating">
|
|
<summary>
|
|
<para>Fires on the server side before a folder is created within the Audio Selector and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.AudioSelectorItemCopying">
|
|
<summary>
|
|
<para>Fires before an item is copied within the Audio Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.AudioSelectorItemDeleting">
|
|
<summary>
|
|
<para>Fires before an item is deleted within the Audio Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.AudioSelectorItemMoving">
|
|
<summary>
|
|
<para>Fires before an item is moved within the Audio Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.AudioSelectorItemRenaming">
|
|
<summary>
|
|
<para>Fires before an item is renamed within the Audio Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.BackgroundImage">
|
|
<summary>
|
|
<para>This property is not in effect for the ASPxHtmlEditor class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ClientEnabled">
|
|
<summary>
|
|
<para>Gets or sets a value that indicates whether an ASPxHtmlEditor is enabled on the client.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the ASPxHtmlEditor is enabled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ClientInstanceName">
|
|
<summary>
|
|
<para>Gets or sets the ASPxHtmlEditor's client programmatic identifier.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the ASPxHtmlEditor's client identifier.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ClientLayout">
|
|
<summary>
|
|
<para>Enables you to save and restore the previously saved layout of the ASPxHtmlEditor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ClientSideEvents">
|
|
<summary>
|
|
<para>Gets an object that lists the client-side events specific to the ASPxHtmlEditor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents"/> object which allows assigning handlers to the client-side events available to the ASPxHtmlEditor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ClientVisible">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the initial visibility state of a web control on the client.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to make a web control initially displayed on the client; <b>false</b> to render the control into the web page, but make it initially hidden on the client side.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ContextMenuItems">
|
|
<summary>
|
|
<para>Gets the collection of items displayed within the editor's context menu.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorContextMenuItemCollection"/> object that is the collection of the context menu items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CorrectHtml(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Validates and corrects the passed HTML code based upon the options specified.
|
|
</para>
|
|
</summary>
|
|
<param name="html">
|
|
A string value that specifies the HTML code to process.
|
|
|
|
</param>
|
|
<param name="allowScripts">
|
|
<b>true</b> if scripts are allowed within the HTML code; <b>false</b> if scripts are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowIFrames">
|
|
<b>true</b> if <b>IFRAME</b> elements are allowed within the HTML code; <b>false</b> if <b>IFRAME</b> elements are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowFormElements">
|
|
<b>true</b> if form elements are allowed within the HTML code; <b>false</b> if form elements are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="updateBoldItalic">
|
|
<b>true</b> if the <b>B</b> and <b>I</b> elements should be replaced with the <b>STRONG</b> and <b>EM</b> elements within the HTML code; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="updateDeprecatedElements">
|
|
<b>true</b> if deprecated elements should be replaced with their valid analogs within the HTML code; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<returns>A string value that is the resulting validated HTML code.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CorrectHtml(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,DevExpress.Web.ASPxHtmlEditor.AllowedDocumentType)">
|
|
<summary>
|
|
<para>Validates and corrects the passed HTML code based upon the options specified.
|
|
</para>
|
|
</summary>
|
|
<param name="html">
|
|
A string value that specifies the HTML code to process.
|
|
|
|
</param>
|
|
<param name="allowScripts">
|
|
<b>true</b> if scripts are allowed within the HTML code; <b>false</b> if scripts are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowIFrames">
|
|
<b>true</b> if <b>IFRAME</b> elements are allowed within the HTML code; <b>false</b> if <b>IFRAME</b> elements are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowFormElements">
|
|
<b>true</b> if form elements are allowed within the HTML code; <b>false</b> if form elements are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="updateBoldItalic">
|
|
<b>true</b>, if the <b>B</b> and <b>I</b> elements should be replaced with the <b>STRONG</b> and <b>EM</b> elements within the HTML code; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="updateDeprecatedElements">
|
|
<b>true</b>, if deprecated elements should be replaced with their valid analogs within the HTML code; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="allowIdAttributes">
|
|
<b>true</b> if ID attributes are allowed within the HTML code; <b>false</b> if ID attributes are automatically removed from the HTML code.
|
|
|
|
|
|
</param>
|
|
<param name="allowStyleAttributes">
|
|
<b>true</b> if style attributes are allowed within the HTML code; <b>false</b> if style attributes are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowedDocumentType">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.AllowedDocumentType"/> enumeration values that specifies the allowed document type.
|
|
|
|
</param>
|
|
<returns>A <see cref="String"/> value that is the resulting validated HTML code.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CorrectHtml(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,DevExpress.Web.ASPxHtmlEditor.AllowedDocumentType,System.Boolean,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Validates and corrects the passed HTML code based upon the options specified.
|
|
</para>
|
|
</summary>
|
|
<param name="html">
|
|
A string value that specifies the HTML code to process.
|
|
|
|
</param>
|
|
<param name="allowScripts">
|
|
<b>true</b> if scripts are allowed within the HTML code; <b>false</b> if scripts are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowIFrames">
|
|
<b>true</b> if <b>iframe</b> elements are allowed within the HTML code; <b>false</b> if <b>iframe</b> elements are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowFormElements">
|
|
<b>true</b> if form elements are allowed within the HTML code; <b>false</b> if form elements are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="updateBoldItalic">
|
|
<b>true</b>, if the <b>b</b> and <b>i</b> elements should be replaced with the <b>strong</b> and <b>em</b> elements within the HTML code; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="updateDeprecatedElements">
|
|
<b>true</b>, if deprecated elements should be replaced with their valid analogs within the HTML code; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="allowIdAttributes">
|
|
<b>true</b> if ID attributes are allowed within the HTML code; <b>false</b> if ID attributes are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowStyleAttributes">
|
|
<b>true</b> if style attributes are allowed within the HTML code; <b>false</b> if style attributes are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowedDocumentType">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.AllowedDocumentType"/> enumeration values that specifies the allowed document type.
|
|
|
|
</param>
|
|
<param name="allowHTML5MediaElements">
|
|
<b>true</b> if <b>audio</b> and <b>video</b> elements are allowed within the HTML code; <b>false</b> if the elements are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowObjectAndEmbedElements">
|
|
<b>true</b> if <b>object</b> and <b>embed</b> elements are allowed within the HTML code; <b>false</b> if the elements are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowYouTubeVideoIFrames">
|
|
<b>true</b> if <b>iframe</b> elements, which contain link to YouTube video, are allowed within the HTML code; <b>false</b> if the elements are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<returns>A string value that is the resulting validated HTML code.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CorrectHtml(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,DevExpress.Web.ASPxHtmlEditor.AllowedDocumentType,System.Boolean,System.Boolean,System.Boolean,System.Boolean,DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering)">
|
|
<summary>
|
|
<para>Validates and corrects the passed HTML code based upon the options specified.
|
|
</para>
|
|
</summary>
|
|
<param name="html">
|
|
A string value that specifies the HTML code to process.
|
|
|
|
</param>
|
|
<param name="allowScripts">
|
|
<b>true</b> if scripts are allowed within the HTML code; <b>false</b> if scripts are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowIFrames">
|
|
<b>true</b> if <b>iframe</b> elements are allowed within the HTML code; <b>false</b> if <b>iframe</b> elements are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowFormElements">
|
|
<b>true</b> if form elements are allowed within the HTML code; <b>false</b> if form elements are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="updateBoldItalic">
|
|
<b>true</b>, if the <b>b</b> and <b>i</b> elements should be replaced with the <b>strong</b> and <b>em</b> elements within the HTML code; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="updateDeprecatedElements">
|
|
<b>true</b>, if deprecated elements should be replaced with their valid analogs within the HTML code; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="allowIdAttributes">
|
|
<b>true</b> if ID attributes are allowed within the HTML code; <b>false</b> if ID attributes are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowStyleAttributes">
|
|
<b>true</b> if style attributes are allowed within the HTML code; <b>false</b> if style attributes are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowedDocumentType">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.AllowedDocumentType"/> enumeration values that specifies the allowed document type.
|
|
|
|
</param>
|
|
<param name="allowHTML5MediaElements">
|
|
<b>true</b> if <b>audio</b> and <b>video</b> elements are allowed within the HTML code; <b>false</b> if the elements are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowObjectAndEmbedElements">
|
|
<b>true</b> if <b>object</b> and <b>embed</b> elements are allowed within the HTML code; <b>false</b> if the elements are automatically removed from the HTML code.
|
|
|
|
</param>
|
|
<param name="allowYouTubeVideoIFrames">
|
|
<b>true</b> if <b>iframe</b> elements, which contain a link to a YouTube video, are allowed within the HTML code; <b>false</b> if the elements are automatically removed from the HTML code.
|
|
|
|
|
|
</param>
|
|
<param name="useAbsoluteResourcePaths">
|
|
<b>true</b>, to change relative resource paths to absolute; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="contentElementFiltering">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering"/> object, containing filter rules for tag, attribute, and style attribute elements.
|
|
|
|
</param>
|
|
<returns>A string value that is the resulting validated HTML code.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CorrectHtml(System.String,DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings)">
|
|
<summary>
|
|
<para>Validates and corrects the passed HTML code based upon the settings specified.
|
|
</para>
|
|
</summary>
|
|
<param name="html">
|
|
A string value that specifies the HTML code to process.
|
|
|
|
</param>
|
|
<param name="settings">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings"/> object providing validation settings.
|
|
|
|
</param>
|
|
<returns>A string value that is the resulting validated HTML code.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CorrectHtml(System.String)">
|
|
<summary>
|
|
<para>Validates and corrects the passed HTML code based upon the settings specified by the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsHtmlEditing"/> property.
|
|
</para>
|
|
</summary>
|
|
<param name="html">
|
|
A string value that specifies the HTML code to process.
|
|
|
|
</param>
|
|
<returns>A string value that is the resulting validated HTML code.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CreateDefaultRibbonContextTabCategories(System.Boolean)">
|
|
<summary>
|
|
<para>Creates default context tab categories in the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s ribbon.
|
|
</para>
|
|
</summary>
|
|
<param name="clearExistingContextTabCategories">
|
|
<b>true</b> to delete existing categories; <b>false</b> to add the default categories to the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CreateDefaultRibbonTabs(System.Boolean)">
|
|
<summary>
|
|
<para>Creates a collection of default Ribbon tabs, specifying what to do with tabs that already exist within the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RibbonTabs"/> collection.
|
|
</para>
|
|
</summary>
|
|
<param name="clearExistingRibbonTabs">
|
|
<b>true</b> to delete existing tabs; <b>false</b> to add the default tabs to the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CreateDefaultToolbars(System.Boolean)">
|
|
<summary>
|
|
<para>Creates a collection of default toolbars, specifying what to do with toolbars that already exist within the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Toolbars"/> collection.
|
|
</para>
|
|
</summary>
|
|
<param name="clearExistingToolbars">
|
|
<b>true</b> to delete existing toolbars; <b>false</b> to add the default toolbars to the collection.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CssFilePath">
|
|
<summary>
|
|
<para>This property is not in effect for the ASPxHtmlEditor class. Use the <see cref="P:DevExpress.Web.StylesBase.CssFilePath"/> property instead.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CssFiles">
|
|
<summary>
|
|
<para>Gets a collection of items that refer to external CSS files associated with the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> object.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFileCollection"/> object that represents the collection of items identifying the external CSS files.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CssPostfix">
|
|
<summary>
|
|
<para>This property is not in effect for the ASPxHtmlEditor class. Use the <see cref="P:DevExpress.Web.StylesBase.CssPostfix"/> property instead.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CustomDataCallback">
|
|
<summary>
|
|
<para>Fires when a round trip to the server has been initiated by a call to the client <see cref="M:DevExpress.Web.ASPxHtmlEditor.Scripts.ASPxClientHtmlEditor.PerformDataCallback"/> method.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CustomDialogs">
|
|
<summary>
|
|
<para>Provides access to custom dialogs added to the editor.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialogs"/> collection containing custom dialogs.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.CustomJSProperties">
|
|
<summary>
|
|
<para>Enables you to supply any server data that can then be parsed on the client.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.DataBind">
|
|
<summary>
|
|
<para>Binds the ASPxHtmlEditor's custom toolbar items (such as a dropdown item picker or dropdown menu toolbar items) to their data sources, if any are defined.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.DisabledStyle">
|
|
<summary>
|
|
<para>This property is not in effect for the ASPxHtmlEditor class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.DocumentSelectorCustomThumbnail">
|
|
<summary>
|
|
<para>Occurs each time before a thumbnail or a folder's icon is created in Document Selector.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.DocumentSelectorFileUploading">
|
|
<summary>
|
|
<para>Fires before a file is uploaded to the Document Selector and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.DocumentSelectorFolderCreating">
|
|
<summary>
|
|
<para>Fires on the server side before a folder is created within the Document Selector and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.DocumentSelectorItemCopying">
|
|
<summary>
|
|
<para>Fires before an item is copied within the Document Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.DocumentSelectorItemDeleting">
|
|
<summary>
|
|
<para>Fires before an item is deleted within the Document Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.DocumentSelectorItemMoving">
|
|
<summary>
|
|
<para>Fires before an item is moved within the Document Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.DocumentSelectorItemRenaming">
|
|
<summary>
|
|
<para>Fires before an item is renamed within the Document Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.EnableCallbackAnimation">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether a specific animation effect is used when a control's content is updated via a callback.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a specific animation effect is used; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.EnableCallbackCompression">
|
|
<summary>
|
|
<para>Gets or sets whether callback result compression is enabled.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to enable callback result compression; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ErrorText">
|
|
<summary>
|
|
<para>Gets or sets the error text to be displayed within the editor's error frame, if the editor's validation fails.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the error text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Export(DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat)">
|
|
<summary>
|
|
<para>Exports editor contents to the specified format.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"/> enumeration values specifying the exported document format.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Export(DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat,System.String)">
|
|
<summary>
|
|
<para>Exports editor contents to the specified format, based on the provided settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"/> enumeration values specifying the exported document format.
|
|
|
|
</param>
|
|
<param name="fileName">
|
|
A string value specifying the exported file's name.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Export(DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat,System.Boolean)">
|
|
<summary>
|
|
<para>Exports editor contents to the specified format, based on the provided settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"/> enumeration values specifying the exported document format.
|
|
|
|
</param>
|
|
<param name="saveAsFile">
|
|
<b>true</b> to save the exported document as a downloadable attachment, <b>false</b> to open the document in the browser window (if it is allowed for the document format).
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Export(DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat,System.IO.Stream)">
|
|
<summary>
|
|
<para>Exports editor contents to the specified format, based on the provided settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"/> enumeration values specifying the exported document format.
|
|
|
|
</param>
|
|
<param name="outputStream">
|
|
A <see cref="T:System.IO.Stream"/> object to which the editor content is exported.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.FlashFileSaving">
|
|
<summary>
|
|
<para>Allows you to process an uploaded flash file before it is saved to the server.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.FlashSelectorCustomThumbnail">
|
|
<summary>
|
|
<para>Occurs each time before a thumbnail or a folder's icon is created in Flash Selector.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.FlashSelectorFileUploading">
|
|
<summary>
|
|
<para>Fires before a file is uploaded to the Flash Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.FlashSelectorFolderCreating">
|
|
<summary>
|
|
<para>Fires on the server side before a folder is created within the Flash Selector and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.FlashSelectorItemCopying">
|
|
<summary>
|
|
<para>Fires before an item is copied within the Flash Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.FlashSelectorItemDeleting">
|
|
<summary>
|
|
<para>Fires before an item is deleted within the Flash Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.FlashSelectorItemMoving">
|
|
<summary>
|
|
<para>Fires before an item is moved within the Flash Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.FlashSelectorItemRenaming">
|
|
<summary>
|
|
<para>Fires before an item is renamed within the Flash Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.GetInsertImageDialogConstrainProportionsBottom">
|
|
<summary>
|
|
<para>Returns the <see cref="T:DevExpress.Web.ImageProperties"/> object representing the bottom part of a specific constrain proportions image displayed within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert image</b> dialog.
|
|
</para>
|
|
</summary>
|
|
<returns>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.GetInsertImageDialogConstrainProportionsMiddleOff">
|
|
<summary>
|
|
<para>Returns the <see cref="T:DevExpress.Web.ImageProperties"/> object representing the switched off middle part of a specific constrain proportions image within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert image</b> dialog.
|
|
</para>
|
|
</summary>
|
|
<returns>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.GetInsertImageDialogConstrainProportionsMiddleOn">
|
|
<summary>
|
|
<para>Returns the <see cref="T:DevExpress.Web.ImageProperties"/> object representing the switched on middle part of a specific constrain proportions image within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert image</b> dialog.
|
|
</para>
|
|
</summary>
|
|
<returns>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.GetInsertImageDialogConstrainProportionsTop">
|
|
<summary>
|
|
<para>Returns the <see cref="T:DevExpress.Web.ImageProperties"/> object representing the top part of a specific constrain proportions image within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s <b>Insert image</b> dialog.
|
|
</para>
|
|
</summary>
|
|
<returns>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.GetStatusBarSizeGripImageProperties">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Html">
|
|
<summary>
|
|
<para>Gets or sets the HTML markup representing the ASPxHtmlEditor's content.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the editor's HTML markup.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.HtmlChanged">
|
|
<summary>
|
|
<para>Occurs after the content of the ASPxHtmlEditor has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.HtmlCorrecting">
|
|
<summary>
|
|
<para>Occurs before the <b>ASPxHtmlEditor</b>'s HTML markup is automatically corrected based upon the HTML validation parameters specified.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ImageFileSaving">
|
|
<summary>
|
|
<para>Allows you to process an uploaded image file before it is saved to the server
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Images">
|
|
<summary>
|
|
<para>Provides access to the settings that define images displayed within specific visual elements of the ASPxHtmlEditor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ImagesEditors">
|
|
<summary>
|
|
<para>Provides access to the settings that define images displayed within different editors used within the ASPxHtmlEditor control and its dialog forms.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorImages"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ImageSelectorCustomThumbnail">
|
|
<summary>
|
|
<para>Occurs each time before a thumbnail or a folder's icon is created in Image Selector.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ImageSelectorFileUploading">
|
|
<summary>
|
|
<para>Fires before a file is uploaded to the Image Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ImageSelectorFolderCreating">
|
|
<summary>
|
|
<para>Fires on the server side before a folder is created within the Image Selector and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ImageSelectorItemCopying">
|
|
<summary>
|
|
<para>Fires before an item is copied within the Image Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ImageSelectorItemDeleting">
|
|
<summary>
|
|
<para>Fires before an item is deleted within the Image Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ImageSelectorItemMoving">
|
|
<summary>
|
|
<para>Fires before an item is moved within the Image Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ImageSelectorItemRenaming">
|
|
<summary>
|
|
<para>Fires before an item is renamed within the Image Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ImagesFileManager">
|
|
<summary>
|
|
<para>Provides access to the settings that define images displayed within the Image Selector and Document Selector.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorFileManagerImages"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Import(System.String,System.Boolean,System.String)">
|
|
<summary>
|
|
<para>Imports the editor content from a specific file, based on the provided settings.
|
|
</para>
|
|
</summary>
|
|
<param name="filePath">
|
|
A string value specifying the path to a file whose content should be imported.
|
|
|
|
</param>
|
|
<param name="useInlineStyles">
|
|
<b>true</b> to embed document formatting styles into the editor content; <b>false</b> to store formatting styles in a separate css file.
|
|
|
|
</param>
|
|
<param name="contentFolder">
|
|
A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.String,System.String)">
|
|
<summary>
|
|
<para>Imports the editor content from a specific file, based on the provided settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.
|
|
|
|
</param>
|
|
<param name="filePath">
|
|
A string value specifying the path to a file whose content should be imported.
|
|
|
|
</param>
|
|
<param name="contentFolder">
|
|
A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.String,System.Boolean)">
|
|
<summary>
|
|
<para>Imports the editor content from a specific file, based on the provided settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.
|
|
|
|
</param>
|
|
<param name="filePath">
|
|
A string value specifying the path to a file whose content should be imported.
|
|
|
|
</param>
|
|
<param name="useInlineStyles">
|
|
<b>true</b> to embed document formatting styles into the editor content; <b>false</b> to store formatting styles in a separate css file.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.IO.Stream,System.Boolean)">
|
|
<summary>
|
|
<para>Imports the editor content from a specific stream, based on the provided settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.
|
|
|
|
</param>
|
|
<param name="inputStream">
|
|
A <see cref="T:System.IO.Stream"/> object from which the editor content is imported.
|
|
|
|
</param>
|
|
<param name="useInlineStyles">
|
|
<b>true</b> to embed document formatting styles into the editor content; <b>false</b> to store formatting styles in a separate css file.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Import(System.String,System.Boolean)">
|
|
<summary>
|
|
<para>Imports the editor content from a specific file, based on the provided settings.
|
|
</para>
|
|
</summary>
|
|
<param name="filePath">
|
|
A string value specifying the path to a file whose content should be imported.
|
|
|
|
</param>
|
|
<param name="useInlineStyles">
|
|
<b>true</b> to embed document formatting styles into the editor content; <b>false</b> to store formatting styles in a separate css file.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Import(System.String)">
|
|
<summary>
|
|
<para>Imports the editor content from a specific file.
|
|
</para>
|
|
</summary>
|
|
<param name="filePath">
|
|
A string value specifying the path to a file whose content should be imported.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.String,System.Boolean,System.String)">
|
|
<summary>
|
|
<para>Imports the editor content from a specific file, based on the provided settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.
|
|
|
|
</param>
|
|
<param name="filePath">
|
|
A string value specifying the path to a file whose content should be imported.
|
|
|
|
</param>
|
|
<param name="useInlineStyles">
|
|
<b>true</b> to embed document formatting styles into the editor content; <b>false</b> to store formatting styles in a separate css file.
|
|
|
|
</param>
|
|
<param name="contentFolder">
|
|
A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.IO.Stream)">
|
|
<summary>
|
|
<para>Imports the editor content from a specific stream, based on the provided settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.
|
|
|
|
</param>
|
|
<param name="inputStream">
|
|
A <see cref="T:System.IO.Stream"/> object from which the editor content is imported.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.String)">
|
|
<summary>
|
|
<para>Imports the editor content from the specified file.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.
|
|
|
|
</param>
|
|
<param name="filePath">
|
|
A string value specifying the path to a file whose content should be imported.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Import(System.String,System.String)">
|
|
<summary>
|
|
<para>Imports the editor content from a specific file, based on the provided settings.
|
|
</para>
|
|
</summary>
|
|
<param name="filePath">
|
|
A string value specifying the path to a file whose content should be imported.
|
|
|
|
</param>
|
|
<param name="contentFolder">
|
|
A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.IO.Stream,System.Boolean,System.String)">
|
|
<summary>
|
|
<para>Imports the editor content from a specific stream, based on the provided settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.
|
|
|
|
</param>
|
|
<param name="inputStream">
|
|
A <see cref="T:System.IO.Stream"/> object from which the editor content is imported.
|
|
|
|
</param>
|
|
<param name="useInlineStyles">
|
|
<b>true</b> to embed document formatting styles into the editor content; <b>false</b> to store formatting styles in a separate css file.
|
|
|
|
</param>
|
|
<param name="contentFolder">
|
|
A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.IO.Stream,System.String)">
|
|
<summary>
|
|
<para>Imports the editor content from a specific stream, based on the provided settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.
|
|
|
|
|
|
</param>
|
|
<param name="inputStream">
|
|
A <see cref="T:System.IO.Stream"/> object from which the editor content is imported.
|
|
|
|
</param>
|
|
<param name="contentFolder">
|
|
A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.IsValid">
|
|
<summary>
|
|
<para>Gets or sets a value that indicates whether the editor's value passes validation.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor's value passes validation; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.JSProperties">
|
|
<summary>
|
|
<para>Enables you to supply any server data that can then be parsed on the client.
|
|
</para>
|
|
</summary>
|
|
<value>The collection of property names and their values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.PartsRoundPanel">
|
|
<summary>
|
|
<para>Provides access to the settings that define different part of round panel used within the ASPxHtmlEditor control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="RoundPanelParts"/> object that contains part settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Placeholders">
|
|
<summary>
|
|
<para>Gets the collection of placeholders available in the ASPxHtmlEditor.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorPlaceholderCollection"/> object that is the collection of the placeholders.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseAudioFileSaving(DevExpress.Web.FileSavingEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseAudioSelectorCustomThumbnail(DevExpress.Web.FileManagerThumbnailCreateEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseAudioSelectorFileUploading(DevExpress.Web.FileManagerFileUploadEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseAudioSelectorFolderCreating(DevExpress.Web.FileManagerFolderCreateEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseAudioSelectorItemCopying(DevExpress.Web.FileManagerItemCopyEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseAudioSelectorItemDeleting(DevExpress.Web.FileManagerItemDeleteEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseAudioSelectorItemMoving(DevExpress.Web.FileManagerItemMoveEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseAudioSelectorItemRenaming(DevExpress.Web.FileManagerItemRenameEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseDocumentSelectorCustomThumbnail(DevExpress.Web.FileManagerThumbnailCreateEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseDocumentSelectorFileUploading(DevExpress.Web.FileManagerFileUploadEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseDocumentSelectorFolderCreating(DevExpress.Web.FileManagerFolderCreateEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseDocumentSelectorItemCopying(DevExpress.Web.FileManagerItemCopyEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseDocumentSelectorItemDeleting(DevExpress.Web.FileManagerItemDeleteEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseDocumentSelectorItemMoving(DevExpress.Web.FileManagerItemMoveEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseDocumentSelectorItemRenaming(DevExpress.Web.FileManagerItemRenameEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseFlashFileSaving(DevExpress.Web.FileSavingEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseFlashSelectorCustomThumbnail(DevExpress.Web.FileManagerThumbnailCreateEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseFlashSelectorFileUploading(DevExpress.Web.FileManagerFileUploadEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseFlashSelectorFolderCreating(DevExpress.Web.FileManagerFolderCreateEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseFlashSelectorItemCopying(DevExpress.Web.FileManagerItemCopyEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseFlashSelectorItemDeleting(DevExpress.Web.FileManagerItemDeleteEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseFlashSelectorItemMoving(DevExpress.Web.FileManagerItemMoveEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseFlashSelectorItemRenaming(DevExpress.Web.FileManagerItemRenameEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseImageFileSaving(DevExpress.Web.FileSavingEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseImageSelectorCustomThumbnail(DevExpress.Web.FileManagerThumbnailCreateEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseImageSelectorFileUploading(DevExpress.Web.FileManagerFileUploadEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseImageSelectorFolderCreating(DevExpress.Web.FileManagerFolderCreateEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseImageSelectorItemCopying(DevExpress.Web.FileManagerItemCopyEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseImageSelectorItemDeleting(DevExpress.Web.FileManagerItemDeleteEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseImageSelectorItemMoving(DevExpress.Web.FileManagerItemMoveEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseImageSelectorItemRenaming(DevExpress.Web.FileManagerItemRenameEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseVideoFileSaving(DevExpress.Web.FileSavingEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseVideoSelectorCustomThumbnail(DevExpress.Web.FileManagerThumbnailCreateEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseVideoSelectorFileUploading(DevExpress.Web.FileManagerFileUploadEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseVideoSelectorFolderCreating(DevExpress.Web.FileManagerFolderCreateEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseVideoSelectorItemCopying(DevExpress.Web.FileManagerItemCopyEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseVideoSelectorItemDeleting(DevExpress.Web.FileManagerItemDeleteEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseVideoSelectorItemMoving(DevExpress.Web.FileManagerItemMoveEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RaiseVideoSelectorItemRenaming(DevExpress.Web.FileManagerItemRenameEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="args">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RegisterStyleSheets">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RenderIFrameForPopupElements">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the editor's popup dialogs are displayed above <a href="http://en.wikipedia.org/wiki/Java_applet">Java applets</a> that may present on the web page.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ReplacePlaceholders(System.String,System.Collections.Generic.Dictionary`2)">
|
|
<summary>
|
|
<para>Replaces placeholders with the specified values.
|
|
</para>
|
|
</summary>
|
|
<param name="html">
|
|
A string value that specifies the HTML code to process.
|
|
|
|
</param>
|
|
<param name="placeholders">
|
|
The collection of placeholders and values to replace them.
|
|
|
|
</param>
|
|
<returns>A string value that is the resulting HTML code with the placeholders replaced.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ReplacePlaceholders(System.String,System.Object)">
|
|
<summary>
|
|
<para>Replaces placeholders with the specified values.
|
|
</para>
|
|
</summary>
|
|
<param name="html">
|
|
A string value that specifies the HTML code to process.
|
|
|
|
</param>
|
|
<param name="placeholders">
|
|
An object that specifies the placeholders and values to replace them.
|
|
|
|
</param>
|
|
<returns>A string value that is the resulting HTML code with the placeholders replaced.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ReplacePlaceholders(System.String,System.String,System.String,System.Object)">
|
|
<summary>
|
|
<para>Replaces placeholders with the specified values.
|
|
</para>
|
|
</summary>
|
|
<param name="html">
|
|
A string value that specifies the HTML code to process.
|
|
|
|
</param>
|
|
<param name="startMark">
|
|
A string value that specifies the starting character(s) of the placeholders.
|
|
|
|
</param>
|
|
<param name="endMark">
|
|
A string value that specifies the character(s) displayed at the end of the placeholders.
|
|
|
|
</param>
|
|
<param name="placeholders">
|
|
An object that specifies the placeholders and values to replace them.
|
|
|
|
</param>
|
|
<returns>A string value that is the resulting HTML code with the placeholders replaced.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ReplacePlaceholders(System.String,System.String,System.String,System.Collections.Generic.Dictionary`2)">
|
|
<summary>
|
|
<para>Replaces placeholders with the specified values.
|
|
</para>
|
|
</summary>
|
|
<param name="html">
|
|
A string value that specifies the HTML code to process.
|
|
|
|
</param>
|
|
<param name="startMark">
|
|
A string value that specifies the starting character(s) of the placeholders.
|
|
|
|
</param>
|
|
<param name="endMark">
|
|
A string value that specifies the character(s) displayed at the end of the placeholders.
|
|
|
|
</param>
|
|
<param name="placeholders">
|
|
The collection of placeholders and values to replace them.
|
|
|
|
</param>
|
|
<returns>A string value that is the resulting HTML code with the placeholders replaced.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RibbonContextTabCategories">
|
|
<summary>
|
|
<para>Gets the collection of ribbon context tab categories.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorRibbonContextTabCategoryCollection"/> object that is the collection of context tab categories.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RibbonTabs">
|
|
<summary>
|
|
<para>Provides access to the collection of Ribbon tabs.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorRibbonTabCollection"/> object that is the collection of the Ribbon's tabs.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RightToLeft">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether or not the current control supports right-to-left representation.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RtfContentPastingProcessed">
|
|
<summary>
|
|
<para>Raised when the copied/cut RTF content is processed on the server.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SaveStateToCookies">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether cookies are used to persist the information about the control.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if information is persisted in cookies; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SaveStateToCookiesID">
|
|
<summary>
|
|
<para>Gets or sets the name (identifier) of the cookie in which the ASPxHtmlEditor's state is persisted.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying a cookie's name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Settings">
|
|
<summary>
|
|
<para>Provides access to the ASPxHtmlEditor's main settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="ASPxHtmlEditorSettings"/> object that contains the control's options.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsAdaptivity">
|
|
<summary>
|
|
<para>Provides access to the HTML Editor layout adaptivity settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorAdaptivitySettings"/> object that contains adaptivity settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsAudioSelector">
|
|
<summary>
|
|
<para>Provides access to settings related to the Select Audio dialog.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorAudioSelectorSettings"/> object that contains the Select Audio dialog's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsAudioUpload">
|
|
<summary>
|
|
<para>Provides access to settings related to uploading audio files.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadSettings"/> object that holds options for uploading audio files.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsDialogFormElements">
|
|
<summary>
|
|
<para>Provides access to settings that relate to customization of dialog form elements.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorDialogFormElementSettings"/> object that contains customization settings for form elements of built-in dialogs.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsDialogs">
|
|
<summary>
|
|
<para>Provides access to the built-in dialogs' settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorDefaultDialogSettings"/> object that contains settings of the built-in dialogs.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsDocumentSelector">
|
|
<summary>
|
|
<para>Provides access to settings that are related to the Document Selector dialog.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorDocumentSelectorSettings"/> object that contains the Document Selector dialog's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsFlashSelector">
|
|
<summary>
|
|
<para>Provides access to settings related to the Select Flash dialog.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorFlashSelectorSettings"/> object that contains the Select Flash dialog's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsFlashUpload">
|
|
<summary>
|
|
<para>Provides access to settings related to uploading flash files.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadSettings"/> object that holds options for uploading flash files.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsForms">
|
|
<summary>
|
|
<para>Gets the settings allowing you to specify paths to dialog forms (UserControls) stored within a web site.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorFormsSettings"/> object containing properties which point to individual dialog forms.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsHtmlEditing">
|
|
<summary>
|
|
<para>Provides access to settings that relate to editing the HTML markup.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings"/> object that contains HTML editing settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsImageSelector">
|
|
<summary>
|
|
<para>Provides access to settings that are related to the Select Image dialog.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorImageSelectorSettings"/> object that contains the Select Image dialog's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsImageUpload">
|
|
<summary>
|
|
<para>Provides access to settings that relate to uploading images.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadSettings"/> object that holds options for uploading images.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsLoadingPanel">
|
|
<summary>
|
|
<para>Provides access to the loading panel's settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorLoadingPanelSettings"/> object that contains the loading panel's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsPlaceholders">
|
|
<summary>
|
|
<para>Provides access to the placeholders settings for the <b>ASPxHtmlEditor</b>.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholdersSettings"/> object that contains placeholders settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsResize">
|
|
<summary>
|
|
<para>Provides access to settings that relate to sizing capabilities.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorResizeSettings"/> object that contains settings that relate to sizing capabilities.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsSpellChecker">
|
|
<summary>
|
|
<para>Provides access to the spelling settings for checking the <b>ASPxHtmlEditor's</b> content.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSettings"/> object that holds the spelling options.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsText">
|
|
<summary>
|
|
<para>Provides access to the settings that define texts displayed in different elements (tabs) of the control.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorTextSettings"/> object that contains text settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsValidation">
|
|
<summary>
|
|
<para>Provides access to content validation settings.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings"/> object that contains content validation settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsVideoSelector">
|
|
<summary>
|
|
<para>Provides access to settings related to the Select Video dialog.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorVideoSelectorSettings"/> object that contains the Select Video dialog's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SettingsVideoUpload">
|
|
<summary>
|
|
<para>Provides access to settings related to uploading video files.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadSettings"/> object that holds options for uploading video files.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Shortcuts">
|
|
<summary>
|
|
<para>Gets the collection of shortcuts available within ASPxHtmlEditor.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorShortcutCollection"/> object that is the collection of the shortcuts.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SpellCheckerCustomDictionaryLoading">
|
|
<summary>
|
|
<para>Occurs when a custom spell check dictionary is being loaded into a session.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.SpellCheckerWordAdded">
|
|
<summary>
|
|
<para>Occurs after a word is added to a custom dictionary.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Styles">
|
|
<summary>
|
|
<para>Provides access to the style settings that define the appearance of the <b>ASPxHtmlEditor</b>'s different elements.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles"/> object that contains element style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.StylesButton">
|
|
<summary>
|
|
<para>Provides access to the style settings that define the appearance of button elements used by the ASPxHtmlEditor control (within dialog forms, for instance).
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorButtonStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.StylesContextMenu">
|
|
<summary>
|
|
<para>Provides access to the style settings that define the appearance of the editor's context menu.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorMenuStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.StylesDialogForm">
|
|
<summary>
|
|
<para>Provides access to the style settings that define the appearance of the editor's dialog forms.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.StylesDocument">
|
|
<summary>
|
|
<para>Provides access to the style settings that define the appearance of the document displayed by the editor's design view area and preview area, and applied to the exported document.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorDocumentStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.StylesEditors">
|
|
<summary>
|
|
<para>Provides access to the style settings that define the appearance of editor elements used by the ASPxHtmlEditor control (for instance, within dialog forms).
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.StylesFileManager">
|
|
<summary>
|
|
<para>Provides access to the style settings that control the appearance of the Image Selector's elements.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerStyles"/> object that provides style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.StylesPasteOptionsBar">
|
|
<summary>
|
|
<para>Provides access to the style settings that define the appearance of the editor's paste options bar.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorPasteOptionsBarStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.StylesRoundPanel">
|
|
<summary>
|
|
<para>Provides access to the style settings that define the appearance of round panel controls used by the ASPxHtmlEditor control (for instance, within dialog forms).
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRoundPanelStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.StylesSpellChecker">
|
|
<summary>
|
|
<para>Provides access to style settings of the ASPxHtmlEditor's built-in spell checker.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorSpellCheckerStyles"/> object that holds the spell checker's style options.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.StylesStatusBar">
|
|
<summary>
|
|
<para>Provides access to the style settings that define the appearance of the editor's status bar.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.StylesTagInspector">
|
|
<summary>
|
|
<para>Provides access to the style settings that define the appearance of the tag inspector.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorTagInspectorStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.StylesToolbars">
|
|
<summary>
|
|
<para>Provides access to the style settings that define the appearance of toolbars.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ToolbarMode">
|
|
<summary>
|
|
<para>Specifies the type of the ASPxHtmlEditor toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="HtmlEditorToolbarMode"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Toolbars">
|
|
<summary>
|
|
<para>Gets the collection of toolbars in the ASPxHtmlEditor control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarCollection"/> object which represents the collection of toolbars within the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Validate">
|
|
<summary>
|
|
<para>Performs the editor content's validation.
|
|
</para>
|
|
</summary>
|
|
<returns><b>true</b> if the editor content has been successfully validated; otherwise, <b>false</b>.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Validation">
|
|
<summary>
|
|
<para>Allows you to specify whether the ASPxHtmlEditor's content is valid.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.VideoFileSaving">
|
|
<summary>
|
|
<para>Allows you to process an uploaded video file before it is saved to the server.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.VideoSelectorCustomThumbnail">
|
|
<summary>
|
|
<para>Occurs each time before a thumbnail or a folder's icon is created in Video Selector.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.VideoSelectorFileUploading">
|
|
<summary>
|
|
<para>Fires before a file is uploaded to the Video Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.VideoSelectorFolderCreating">
|
|
<summary>
|
|
<para>Fires on the server side before a folder is created within the Video Selector and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.VideoSelectorItemCopying">
|
|
<summary>
|
|
<para>Fires before an item is copied within the Video Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.VideoSelectorItemDeleting">
|
|
<summary>
|
|
<para>Fires before an item is deleted within the Video Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.VideoSelectorItemMoving">
|
|
<summary>
|
|
<para>Fires before an item is moved within the Video Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.VideoSelectorItemRenaming">
|
|
<summary>
|
|
<para>Fires before an item is renamed within the Video Selector, and allows you to cancel the action.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Visible">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the current ASPxHtmlEditor control's visibility.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the ASPxHtmlEditor control is visible; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Width">
|
|
<summary>
|
|
<para>Gets or sets the editor's width.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the editor's width.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemCollectionBase`1">
|
|
|
|
<summary>
|
|
<para>The base class for collections of toolbar items.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemCollectionBase`1.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemCollectionBase<T> class with the default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemCollectionBase`1.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemCollectionBase<T> class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>IWebControlObject</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemCollectionBase`1.FindByText(System.String)">
|
|
<summary>
|
|
<para>Returns an item object with the specified <b>Text</b> property value.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value, which is the <b>Text</b> property value of the required item.
|
|
|
|
|
|
</param>
|
|
<returns>A T object with a specific value of the <b>Text</b> property.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemCollectionBase`1.Toolbar">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> control that owns the collection.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorToolbar"/> object that owns the collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HETableRibbonTab">
|
|
|
|
<summary>
|
|
<para>A default ribbon tab containing ribbon groups related to working with tables.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableRibbonTab.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableRibbonTab class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableRibbonTab.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableRibbonTab class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonTab.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HETableRibbonTab.Text">
|
|
<summary>
|
|
<para>Gets or sets the text content of the current ribbon tab.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the tab.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HETablePropertiesRibbonGroup">
|
|
|
|
<summary>
|
|
<para>A default ribbon group containing items that allow you to customize table properties.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETablePropertiesRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETablePropertiesRibbonGroup class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETablePropertiesRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETablePropertiesRibbonGroup class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HETablePropertiesRibbonGroup.Text">
|
|
<summary>
|
|
<para>Gets or sets the ribbon group's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the ribbon group's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HERibbonTabBase">
|
|
|
|
<summary>
|
|
<para>The base class for default ribbon tabs.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonTabBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonTabBase class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonTabBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonTabBase class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonTab.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HERibbonTabBase.Name">
|
|
<summary>
|
|
<para>This property is not in effect for the HERibbonTabBase class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonTabBase.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the HERibbonTabBase object.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> that represents the HERibbonTabBase object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HERibbonGroupBase">
|
|
|
|
<summary>
|
|
<para>The base class for default ribbon groups.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonGroupBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonGroupBase class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonGroupBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonGroupBase class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HERibbonGroupBase.Name">
|
|
<summary>
|
|
<para>This property is not in effect for the HERibbonGroupBase class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonGroupBase.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the HERibbonGroupBase object.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> that represents the HERibbonGroupBase object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEParagraphRibbonGroup">
|
|
|
|
<summary>
|
|
<para>A default ribbon group containing items that allow customizing paragraph settings.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEParagraphRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEParagraphRibbonGroup class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEParagraphRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEParagraphRibbonGroup class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEParagraphRibbonGroup.Text">
|
|
<summary>
|
|
<para>Gets or sets the ribbon group's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the ribbon group's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HELinksRibbonGroup">
|
|
|
|
<summary>
|
|
<para>A default ribbon group containing items related to working with links.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HELinksRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HELinksRibbonGroup class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HELinksRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HELinksRibbonGroup class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HELinksRibbonGroup.Text">
|
|
<summary>
|
|
<para>Gets or sets the ribbon group's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the ribbon group's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEImagesRibbonGroup">
|
|
|
|
<summary>
|
|
<para>A default ribbon group containing items related to working with images.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEImagesRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEImagesRibbonGroup class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEImagesRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEImagesRibbonGroup class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEImagesRibbonGroup.Text">
|
|
<summary>
|
|
<para>Gets or sets the ribbon group's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the ribbon group's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEHomeRibbonTab">
|
|
|
|
<summary>
|
|
<para>A default ribbon tab containing the basic ribbon groups.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEHomeRibbonTab.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEHomeRibbonTab class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEHomeRibbonTab.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEHomeRibbonTab class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonTab.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEHomeRibbonTab.Text">
|
|
<summary>
|
|
<para>Gets or sets the text content of the current ribbon tab.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the tab.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRibbonGroup">
|
|
|
|
<summary>
|
|
<para>A default ribbon group containing items that allow deleting table elements.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEDeleteTableRibbonGroup class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEDeleteTableRibbonGroup class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRibbonGroup.Text">
|
|
<summary>
|
|
<para>Gets or sets the ribbon group's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the ribbon group's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerPermissionsSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the Image Selector's and Document Selector's permissions.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerPermissionsSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFileManagerPermissionsSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonPopupMenuStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of popup elements within the ribbon toolbar to be defined.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonPopupMenuStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorRibbonPopupMenuStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonPopupMenuStyles.CssFilePath">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorRibbonPopupMenuStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonPopupMenuStyles.CssPostfix">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorRibbonPopupMenuStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEUnlinkRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows a link contained within the text or image selected within the design view area to be removed.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUnlinkRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEUnlinkRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUnlinkRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEUnlinkRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUnlinkRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEUnlinkRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUnlinkRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEUnlinkRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEUndoRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A ribbon item that allows the previous action performed within the design view area to be canceled.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUndoRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEUndoRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUndoRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEUndoRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUndoRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEUndoRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUndoRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEUndoRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HETablePropertiesRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that invokes the Table Properties dialog, allowing modification of a table's properties within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETablePropertiesRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETablePropertiesRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETablePropertiesRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETablePropertiesRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETablePropertiesRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETablePropertiesRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETablePropertiesRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETablePropertiesRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HETableColumnPropertiesRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that invokes the Column Properties dialog, allowing modification of a column's properties in a table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableColumnPropertiesRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableColumnPropertiesRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableColumnPropertiesRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableColumnPropertiesRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableColumnPropertiesRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableColumnPropertiesRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableColumnPropertiesRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableColumnPropertiesRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HETableCellPropertiesRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that invokes the Cell Properties dialog, allowing modification of a cell's properties in a table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableCellPropertiesRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableCellPropertiesRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableCellPropertiesRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableCellPropertiesRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableCellPropertiesRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableCellPropertiesRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableCellPropertiesRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HETableCellPropertiesRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEStrikeoutRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows the strike through text formatting to be applied to text selected within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEStrikeoutRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEStrikeoutRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEStrikeoutRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEStrikeoutRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEStrikeoutRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEStrikeoutRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEStrikeoutRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEStrikeoutRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HESplitTableCellVerticallyRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows splitting a table's cell vertically within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESplitTableCellVerticallyRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESplitTableCellVerticallyRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESplitTableCellVerticallyRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESplitTableCellVerticallyRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESplitTableCellVerticallyRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESplitTableCellVerticallyRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESplitTableCellVerticallyRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HESplitTableCellVerticallyRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HERibbonToggleCommandBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes specifying toolbar items that support toggle functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonToggleCommandBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonToggleCommandBase class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonToggleCommandBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonToggleCommandBase class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonToggleCommandBase.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonToggleCommandBase class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonToggleCommandBase.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonToggleCommandBase class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HERibbonToggleCommandBase.Name">
|
|
<summary>
|
|
<para>This property is not in effect for the HERibbonToggleCommandBase class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HERibbonDropDownCommandBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes specifying Ribbon items with a dropdown list.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonDropDownCommandBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonDropDownCommandBase class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonDropDownCommandBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonDropDownCommandBase class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonDropDownCommandBase.#ctor(System.String,DevExpress.Web.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonDropDownCommandBase class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonDropDownCommandBase.#ctor(System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonDropDownCommandBase class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonDropDownCommandBase.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonDropDownCommandBase class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonDropDownCommandBase.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonDropDownCommandBase class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HERibbonDropDownCommandBase.Name">
|
|
<summary>
|
|
<para>This property is not in effect for the HERibbonDropDownCommandBase class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HERibbonComboBoxCommandBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes providing the combo box functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonComboBoxCommandBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonComboBoxCommandBase class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonComboBoxCommandBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonComboBoxCommandBase class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonComboBoxCommandBase.CreateDefaultItems(System.Boolean)">
|
|
<summary>
|
|
<para>Creates a collection of default items within the <see cref="T:DevExpress.Web.ListEditItemCollection"/> collection.
|
|
</para>
|
|
</summary>
|
|
<param name="clearExistingItems">
|
|
<b>true</b>, to delete existing items; <b>false</b>, to add the default items to the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HERibbonComboBoxCommandBase.Name">
|
|
<summary>
|
|
<para>This property is not in effect for the HERibbonComboBoxCommandBase class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HERibbonColorCommandBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEBackColorRibbonCommand"/> and <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEFontColorRibbonCommand"/> classes.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonColorCommandBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonColorCommandBase class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonColorCommandBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonColorCommandBase class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonColorCommandBase.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonColorCommandBase class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonColorCommandBase.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonColorCommandBase class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonColorCommandBase.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HERibbonColorCommandBase.EnableCustomColors">
|
|
<summary>
|
|
<para>Gets or sets whether the custom colors are available for the color button.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HERibbonColorCommandBase.Name">
|
|
<summary>
|
|
<para>This property is not in effect for the HERibbonColorCommandBase class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertImageRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that invokes the "Insert Image" dialog allowing an image to be inserted into the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertImageRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertImageRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertImageRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertImageRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertImageRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertImageRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertImageRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertImageRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRowRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that deletes a row in the table within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRowRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEDeleteTableRowRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRowRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEDeleteTableRowRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRowRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEDeleteTableRowRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRowRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEDeleteTableRowRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that deletes a column in the table within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEDeleteTableRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEDeleteTableRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEDeleteTableRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEDeleteTableRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableColumnRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that deletes a table within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableColumnRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEDeleteTableColumnRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableColumnRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEDeleteTableColumnRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableColumnRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEDeleteTableColumnRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableColumnRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEDeleteTableColumnRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HECutSelectionRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows the content selected within the design view area to be cut and copied to the clipboard.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECutSelectionRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECutSelectionRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECutSelectionRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECutSelectionRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECutSelectionRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECutSelectionRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
Initializes a new instance of the HECutSelectionRibbonCommand class with the specified item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECutSelectionRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECutSelectionRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HECustomDialogRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows a custom dialog to be invoked.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECustomDialogRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECustomDialogRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECustomDialogRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECustomDialogRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECustomDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECustomDialogRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECustomDialogRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECustomDialogRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HECustomDialogRibbonCommand.Name">
|
|
<summary>
|
|
<para>Gets or sets the custom dialog button's unique identifier name.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the button's unique identifier name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HECustomCssRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that can contain a list of custom CSS styles, and allows a particular style to be applied to the text content selected within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECustomCssRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECustomCssRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECustomCssRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECustomCssRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECustomCssRibbonCommand.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HECustomCssRibbonCommand.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed within the custom CSS combo box item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="ToolbarCustomCssListEditItemCollection"/> collection of items in the combo box editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HECustomCssRibbonCommand.PropertiesComboBox">
|
|
<summary>
|
|
<para>Provides access to the settings which are specific to the combo box.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HERibbonCustomCssListBoxProperties"/> object containing combo box specific settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HECopySelectionRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows the content selected within the design view area to be copied to the clipboard.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECopySelectionRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECopySelectionRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECopySelectionRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECopySelectionRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECopySelectionRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECopySelectionRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECopySelectionRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECopySelectionRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HECheckSpellingRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows checking the spelling of the content within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECheckSpellingRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECheckSpellingRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECheckSpellingRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECheckSpellingRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECheckSpellingRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECheckSpellingRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECheckSpellingRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HECheckSpellingRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEBackColorRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A ribbon item that allows the background color to be specified for the text selected within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEBackColorRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEBackColorRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEBackColorRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEBackColorRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEBackColorRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEBackColorRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEBackColorRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEBackColorRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEAlignmentRightRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows a paragraph whose content is selected within the design view area to be right aligned.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentRightRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentRightRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentRightRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentRightRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentRightRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentRightRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentRightRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentRightRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEAlignmentLeftRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows a paragraph whose content is selected within the design view area to be left aligned.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentLeftRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentLeftRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentLeftRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentLeftRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentLeftRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentLeftRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentLeftRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentLeftRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEAlignmentJustifyRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows a paragraph whose content is selected within the design view area to be fully justified (aligned with both the left and right margins).
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentJustifyRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentJustifyRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentJustifyRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentJustifyRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentJustifyRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentJustifyRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentJustifyRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentJustifyRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEAlignmentCenterRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows a paragraph whose content is selected within the design view area to be centered.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentCenterRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentCenterRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentCenterRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentCenterRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentCenterRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentCenterRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentCenterRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEAlignmentCenterRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEBoldRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows bold formatting to be applied to the text selected within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEBoldRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEBoldRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEBoldRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEBoldRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEBoldRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEBoldRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEBoldRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEBoldRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabCollection">
|
|
|
|
<summary>
|
|
<para>A collection of Ribbon tabs.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorRibbonTabCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>IWebControlObject</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabCollection.Add(System.String)">
|
|
<summary>
|
|
<para>Adds a new tab with the specified text to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created tab's display text. Initializes the tab's <see cref="P:DevExpress.Web.RibbonTab.Text"/> property.
|
|
|
|
</param>
|
|
<returns>An <see cref="RibbonTab"/> object that is the newly created tab.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabCollection.CreateDefaultRibbonTabs">
|
|
<summary>
|
|
<para>Creates a collection of default Ribbon tabs within the HtmlEditorRibbonTabCollection collection.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabCollection.HtmlEditor">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control to which the current HtmlEditorRibbonTabCollection collection belongs.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="ASPxHtmlEditor"/> control that owns the collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEFontColorRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows the required color to be applied to the text selected within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFontColorRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEFontColorRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFontColorRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEFontColorRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFontColorRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEFontColorRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFontColorRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEFontColorRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HERibbonCustomCssListBoxProperties">
|
|
|
|
<summary>
|
|
<para>Contains settings specific to the custom CSS Ribbon item.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonCustomCssListBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonCustomCssListBoxProperties class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarStyle">
|
|
|
|
<summary>
|
|
<para>Defines style settings for toolbars.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarStyle.GutterBackgroundImage">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarStyle.GutterWidth">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.RtfContentPastingProcessedEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RtfContentPastingProcessed"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.RtfContentPastingProcessedEventArgs.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the RtfContentPastingProcessedEventArgs class with specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="html">
|
|
A string object specifying the processed HTML.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.RtfContentPastingProcessedEventArgs.Html">
|
|
<summary>
|
|
<para>Gets or sets the HTML content obtained from the processed RTF content.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the processed HTML.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerUploadSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the built-in dialog's file upload functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFileManagerUploadSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerUploadSettings.Enabled">
|
|
<summary>
|
|
<para>Gets or sets a value that indicates whether the upload is enabled for the built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the upload is enabled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerUploadSettings.ShowUploadPanel">
|
|
<summary>
|
|
<para>Specifies whether the upload panel is displayed in the built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the upload panel is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerUploadSettings.ValidationSettings">
|
|
<summary>
|
|
<para>Gets the upload validation settings applied for built-in file selectors.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorFileManagerValidationSettings"/> object that contains validation settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarStrikethroughButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that allows the strike through text formatting to be applied to the text selected in the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarStrikethroughButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarStrikethroughButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarStrikethroughButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarStrikethroughButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarStrikethroughButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarStrikethroughButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarStrikethroughButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the button's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the toolbar button's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarStrikethroughButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the text content of the button's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerEditingSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the built-in ImageSelector's editing functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerEditingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFileManagerEditingSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorSelectedTagContainerStyles">
|
|
|
|
<summary>
|
|
<para>Contains the style settings that define the appearance of a selected tag container in the tag inspector.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorSelectedTagContainerStyles.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorTagInspectorSelectedTagContainerStyles class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorSelectedTagContainerStyles.Paddings">
|
|
<summary>
|
|
<para>Gets the padding settings of the tag inspector's selected tag.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HERemoveFormatRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows text formatting to be removed from the text selected within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERemoveFormatRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERemoveFormatRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERemoveFormatRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERemoveFormatRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERemoveFormatRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERemoveFormatRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERemoveFormatRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERemoveFormatRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of specific elements within the <b>ASPxHtmlEditor</b>'s toolbars to be defined.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarsStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.BarDockControl">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the <b>ASPxHtmlEditor</b>'s bar dock control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.BarDockStyle"/> object that contains the style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.BarDockStyleName">
|
|
<summary>
|
|
<para>For internal use only. Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.CopyFrom(DevExpress.Web.StylesBase)">
|
|
<summary>
|
|
<para>Duplicates the properties of the specified object into the current instance of the ToolbarsStyles class.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.StylesBase"/> object that represents the object from which the settings will be copied.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.CssFilePath">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarsStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.CssPostfix">
|
|
<summary>
|
|
<para>This property is not in effect for the ToolbarsStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.Reset">
|
|
<summary>
|
|
<para>Returns the ToolbarsStyles object to its original state.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.Ribbon">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the ASPxHtmlEditor's ribbon toolbar elements.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorRibbonStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.Toolbar">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of toolbars within the <b>ASPxHtmlEditor</b> control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.ToolbarItem">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of toolbar items within the <b>ASPxHtmlEditor</b> control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.ToolbarItemStyleName">
|
|
<summary>
|
|
<para>For internal use only. Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.ToolbarStyleName">
|
|
<summary>
|
|
<para>For internal use only. Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.InsertMediaCssClassItems">
|
|
|
|
<summary>
|
|
<para>A collection of custom CSS classes defining media player style settings.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.InsertMediaCssClassItems.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the InsertMediaCssClassItems class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.InsertMediaCssClassItems.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the InsertMediaCssClassItems class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>IWebControlObject</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HERedoRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A ribbon item that allows a previously canceled action performed within the design view area to be returned.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERedoRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERedoRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERedoRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERedoRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERedoRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERedoRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERedoRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERedoRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentFontInfo">
|
|
|
|
<summary>
|
|
<para>Contains the font properties of the document's text.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentFontInfo.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDocumentFontInfo class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentFontInfo.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentFontInfo.Bold">
|
|
<summary>
|
|
<para>Gets or sets a value that indicates whether the font is bold.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the font is bold; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentFontInfo.Italic">
|
|
<summary>
|
|
<para>Gets or sets a value that indicates whether the font is italic.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the font is italic; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentFontInfo.Name">
|
|
<summary>
|
|
<para>Gets or sets the primary font name.
|
|
</para>
|
|
</summary>
|
|
<value>A string specifying the primary font name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentFontInfo.Names">
|
|
<summary>
|
|
<para>Gets or sets an ordered array of font names.
|
|
</para>
|
|
</summary>
|
|
<value>An ordered array of font names.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentFontInfo.Size">
|
|
<summary>
|
|
<para>Gets or sets the font size.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="FontUnit"/> that represents the font size.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentFontInfo.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the HtmlEditorDocumentFontInfo.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEPrintRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A ribbon item that invokes a standard 'Print' dialog, allowing the editor's content to be printed.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPrintRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEPrintRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPrintRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEPrintRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPrintRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEPrintRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPrintRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEPrintRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormElementSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings concerning customization of dialog form elements.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormElementSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDialogFormElementSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormElementSettings.CheckSpellingDialog">
|
|
<summary>
|
|
<para>Provides access to customization settings for the Check Spelling dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="SpellCheckerDialogSettings"/> object that contains customization settings for form elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormElementSettings.InsertAudioDialog">
|
|
<summary>
|
|
<para>Provides access to customization settings for the Insert Audio dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorInsertMediaDialogSettings"/> object that contains customization settings for form elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormElementSettings.InsertFlashDialog">
|
|
<summary>
|
|
<para>Provides access to customization settings for the Insert Flash dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorInsertMediaDialogSettings"/> object that contains customization settings for form elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormElementSettings.InsertImageDialog">
|
|
<summary>
|
|
<para>Provides access to customization settings for the Insert Image dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorInsertImageDialogSettings"/> object that contains customization settings for form elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormElementSettings.InsertLinkDialog">
|
|
<summary>
|
|
<para>Provides access to customization settings for the Insert Link dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorInsertLinkDialogSettings"/> object that contains customization settings for form elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormElementSettings.InsertTableDialog">
|
|
<summary>
|
|
<para>Provides access to customization settings for the Insert Table dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorInsertTableDialogSettings"/> object that contains customization settings for form elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormElementSettings.InsertVideoDialog">
|
|
<summary>
|
|
<para>Provides access to customization settings for the Insert Video dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorInsertMediaDialogSettings"/> object that contains customization settings for form elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormElementSettings.InsertYouTubeVideoDialog">
|
|
<summary>
|
|
<para>Provides access to customization settings for the Insert YouTube Video dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorInsertMediaDialogSettingsBase"/> object that contains customization settings for form elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormElementSettings.PasteFromWordDialog">
|
|
<summary>
|
|
<para>Provides access to customization settings for the Paste from Word dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorPasteFromWordDialogSettings"/> object that contains customization settings for form elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormElementSettings.TableCellPropertiesDialog">
|
|
<summary>
|
|
<para>Provides access to customization settings for the Cell Properties dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorTableCellPropertiesDialogSettings"/> object that contains customization settings for form elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormElementSettings.TableColumnPropertiesDialog">
|
|
<summary>
|
|
<para>Provides access to customization settings for the Column Properties dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorTableElementPropertiestDialogSettings"/> object that contains customization settings for form elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormElementSettings.TableRowPropertiesDialog">
|
|
<summary>
|
|
<para>Provides access to customization settings for the Row Properties dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorTableElementPropertiestDialogSettings"/> object that contains customization settings for form elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableCellPropertiesDialogSettings">
|
|
|
|
<summary>
|
|
<para>Contains customization settings for the Cell Properties dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableCellPropertiesDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorTableCellPropertiesDialogSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableCellPropertiesDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableCellPropertiesDialogSettings.ShowApplyToAllCellsButton">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the "Apply to all cells in the table" check box is displayed within the Cell Properties dialog form.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the form element, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiestDialogSettings">
|
|
|
|
<summary>
|
|
<para>Contains customization settings for the form elements of the Column Properties and Row Properties dialogs.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiestDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorTableElementPropertiestDialogSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiestDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiestDialogSettings.ShowAlignmentSection">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the "Alignment" section is displayed within the Row, Column and Cell Properties dialog forms (see Table Dialogs).
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the form section, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiestDialogSettings.ShowAppearanceSection">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the "Appearance" section is displayed within the Row, Column and Cell Properties dialog forms (see Table Dialogs).
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the form section, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentStyles">
|
|
|
|
<summary>
|
|
<para>Contains the editor's document style settings.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentStyles.#ctor(DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDocumentStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="editor">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> object that owns the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentStyles.BackColor">
|
|
<summary>
|
|
<para>Gets or sets the document's background color.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the document's background color.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentStyles.Font">
|
|
<summary>
|
|
<para>Gets the document's font settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorDocumentFontInfo"/> object that contains the font settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentStyles.ForeColor">
|
|
<summary>
|
|
<para>Gets or sets the document's text color.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the text color within the document.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentStyles.HorizontalAlign">
|
|
<summary>
|
|
<para>Gets or sets the horizontal alignment of the content in the document.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="HorizontalAlign"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentStyles.MergeStyles(DevExpress.Web.AppearanceStyleBase)">
|
|
<summary>
|
|
<para>Combines the properties of the specified <see cref="T:DevExpress.Web.AppearanceStyleBase"/> with the current instance of the HtmlEditorDocumentStyles class.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.AppearanceStyleBase"/> that specifies an object with which to be combined
|
|
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.Web.AppearanceStyleBase"/> that represents the resulting style object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentStyles.ToString">
|
|
<summary>
|
|
<para>Returns the string that represents the current object.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HERibbonCommandBase">
|
|
|
|
<summary>
|
|
<para>The base class for Ribbon toolbar items.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonCommandBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonCommandBase class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonCommandBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonCommandBase class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonCommandBase.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonCommandBase class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonCommandBase.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HERibbonCommandBase class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HERibbonCommandBase.Name">
|
|
<summary>
|
|
<para>This property is not in effect for the HERibbonCommandBase class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEPasteSelectionRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows the data from the clipboard to be pasted within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPasteSelectionRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEPasteSelectionRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPasteSelectionRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEPasteSelectionRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPasteSelectionRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEPasteSelectionRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPasteSelectionRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEPasteSelectionRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogSettingsBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes containing customization settings for form elements of the built-in dialog.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDialogSettingsBase class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogSettingsBase.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogSettingsBase.BottomAreaTemplate">
|
|
<summary>
|
|
<para>Gets or sets a template used to display the content of a dialog form's bottom area.
|
|
</para>
|
|
</summary>
|
|
<value>An object that supports the <see cref="T:System.Web.UI.ITemplate"/> interface and contains a template used to display a dialog form's bottom area.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogSettingsBase.TopAreaTemplate">
|
|
<summary>
|
|
<para>Gets or sets a template used to display the content of a dialog form's top area.
|
|
</para>
|
|
</summary>
|
|
<value>An object that supports the <see cref="T:System.Web.UI.ITemplate"/> interface and contains a template used to display a dialog form's top area.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteFromWordDialogSettings">
|
|
|
|
<summary>
|
|
<para>Contains customization settings for the Paste from Word dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteFromWordDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorPasteFromWordDialogSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteFromWordDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteFromWordDialogSettings.ShowStripFontFamilySelector">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the "Strip font family" check box is displayed within the Paste from Word dialog form.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the form element, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertTableDialogSettings">
|
|
|
|
<summary>
|
|
<para>Contains customization settings for the Insert Table dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertTableDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorInsertTableDialogSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertTableDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertTableDialogSettings.ShowAccessibilitySection">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the "Accessibility" section is displayed within the Insert Table dialog form.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the form section, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertTableDialogSettings.ShowAppearanceSection">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the "Appearance" section is displayed within the Insert Table dialog form.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the form section, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertTableDialogSettings.ShowLayoutSection">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the "Layout" section is displayed within the Insert Table dialog form.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the form section, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertLinkDialogSettings">
|
|
|
|
<summary>
|
|
<para>Contains customization settings for the Insert Link dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertLinkDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorInsertLinkDialogSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertLinkDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertLinkDialogSettings.SettingsDocumentSelector">
|
|
<summary>
|
|
<para>Provides access to settings related to the Document Selector.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorDocumentSelectorSettings"/> object that contains the selector's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertLinkDialogSettings.ShowDisplayPropertiesSection">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the "Display Properties" section is displayed within the Insert Link dialog form.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the form element, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertLinkDialogSettings.ShowEmailAddressSection">
|
|
<summary>
|
|
<para>Specifies if the <b>E-mail address</b> section is displayed in the Insert Link dialog.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if <b>E-mail address</b> section is displayed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertLinkDialogSettings.ShowOpenInNewWindowButton">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the "Open in new window" form element is displayed within the Insert Link dialog form.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the form element, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertImageDialogSettings">
|
|
|
|
<summary>
|
|
<para>Contains customization settings for the Insert Image dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertImageDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorInsertImageDialogSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertImageDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertImageDialogSettings.CssClassItems">
|
|
<summary>
|
|
<para>Provides access to a collection that can contain a list of custom CSS classes defining image style settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="InsertImageCssClassItems"/> object that is the collection of items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertImageDialogSettings.MoreOptionsSectionTemplate">
|
|
<summary>
|
|
<para>Gets or sets a template used to display the content of the Insert Image Dialog form's More Options section.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An object that supports the <see cref="T:System.Web.UI.ITemplate"/> interface and contains a template used to display the More Options section.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertImageDialogSettings.SettingsImageSelector">
|
|
<summary>
|
|
<para>Provides access to settings related to the Image Selector.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorImageSelectorSettings"/> object that contains the selector's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertImageDialogSettings.SettingsImageUpload">
|
|
<summary>
|
|
<para>Provides access to settings related to uploading image files.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="ASPxHtmlEditorImageUploadSettings"/> object that contains upload settings.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertImageDialogSettings.ShowFileUploadSection">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether a section that allows end-users to upload their local files is displayed within the Insert Image dialog form.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the form section, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertImageDialogSettings.ShowImageStyleSettingsSection">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether a section that allows image style settings to be defined is displayed within the Insert Image dialog form.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the form section, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertImageDialogSettings.ShowMoreOptionsButton">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the <b>More options</b> check box is displayed within the Insert Image dialog form.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the <b>More options</b> check box; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertImageDialogSettings.ShowSaveFileToServerButton">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the "Save file to server" check box is displayed within the Insert Image dialog form.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the form element, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEPasteFromWordRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that invokes the "Paste from Word" dialog allowing the copied Word text to be inserted into the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPasteFromWordRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEPasteFromWordRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPasteFromWordRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEPasteFromWordRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPasteFromWordRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEPasteFromWordRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPasteFromWordRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEPasteFromWordRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.InsertImageCssClassItem">
|
|
|
|
<summary>
|
|
<para>An individual custom CSS class defining image style settings.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.InsertImageCssClassItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the InsertImageCssClassItem class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.InsertImageCssClassItem.CssClass">
|
|
<summary>
|
|
<para>Gets or sets the name of the cascading style sheet (CSS) class associated with the current item.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the name of the associated cascading style sheet class.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.InsertImageCssClassItem.Text">
|
|
<summary>
|
|
<para>Gets or sets the item's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string specifying the item's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.InsertImageCssClassItems">
|
|
|
|
<summary>
|
|
<para>A collection of custom CSS classes defining image style settings.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.InsertImageCssClassItems.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the InsertImageCssClassItems class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.InsertImageCssClassItems.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the InsertImageCssClassItems class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>IWebControlObject</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEParagraphFormattingRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows a predefined paragraph style to be applied to a selected paragraph within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEParagraphFormattingRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEParagraphFormattingRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEParagraphFormattingRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEParagraphFormattingRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertVideoDialogSettings">
|
|
|
|
<summary>
|
|
<para>Contains customization settings for the Insert Video dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertVideoDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorInsertVideoDialogSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertVideoDialogSettings.SettingsVideoSelector">
|
|
<summary>
|
|
<para>Provides access to settings related to the Video Selector.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorVideoSelectorSettings"/> object that contains the selector's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertVideoDialogSettings.SettingsVideoUpload">
|
|
<summary>
|
|
<para>Provides access to settings related to uploading video files.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="ASPxHtmlEditorVideoUploadSettings"/> object that contains upload settings.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEMergeTableCellRightRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows merging a cell to the right in a table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEMergeTableCellRightRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEMergeTableCellRightRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEMergeTableCellRightRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEMergeTableCellRightRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEMergeTableCellRightRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEMergeTableCellRightRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEMergeTableCellRightRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEMergeTableCellRightRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEMergeTableCellDownRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows merging a cell down in a table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEMergeTableCellDownRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEMergeTableCellDownRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEMergeTableCellDownRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEMergeTableCellDownRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEMergeTableCellDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEMergeTableCellDownRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEMergeTableCellDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEMergeTableCellDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertAudioDialogSettings">
|
|
|
|
<summary>
|
|
<para>Contains customization settings for the Insert Audio dialog's form elements.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertAudioDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorInsertAudioDialogSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertAudioDialogSettings.SettingsAudioSelector">
|
|
<summary>
|
|
<para>Provides access to settings related to the Audio Selector.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorAudioSelectorSettings"/> object that contains the selector's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertAudioDialogSettings.SettingsAudioUpload">
|
|
<summary>
|
|
<para>Provides access to settings related to uploading audio files.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="ASPxHtmlEditorAudioUploadSettings"/> object that contains upload settings.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEViewsRibbonGroup">
|
|
|
|
<summary>
|
|
<para>A default ribbon group containing a full-screen mode item (<see cref="T:DevExpress.Web.ASPxHtmlEditor.HEFullscreenRibbonCommand"/>).
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEViewsRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEViewsRibbonGroup class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEViewsRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEViewsRibbonGroup class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEViewsRibbonGroup.Text">
|
|
<summary>
|
|
<para>Gets or sets the ribbon group's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the ribbon group's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles">
|
|
|
|
<summary>
|
|
<para>Contains the style settings that define the appearance of the tag inspector.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorTagInspectorStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.CopyFrom(DevExpress.Web.StylesBase)">
|
|
<summary>
|
|
<para>Duplicates the properties of the specified object to the current instance of the HtmlEditorTagInspectorStyles class.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.StylesBase"/> object that is the object from which the settings will be copied.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.CssFilePath">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorTagInspectorStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.CssPostfix">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorTagInspectorStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.Ellipsis">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of an ellipsis element in the tag inspector.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="AppearanceStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.EllipsisStyleName">
|
|
<summary>
|
|
<para>For internal use only. Returns "Ellipsis".
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.SelectedTag">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of a selected tag in the tag inspector.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="AppearanceStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.SelectedTagContainer">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of a selected tag container in the tag inspector.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorTagInspectorSelectedTagContainerStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.SelectedTagContainerStyleName">
|
|
<summary>
|
|
<para>For internal use only. Returns "SelectedTagContainer".
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.SelectedTagStyleName">
|
|
<summary>
|
|
<para>For internal use only. Returns "SelectedTag".
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.Selection">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of an element, selected by the tag inspector.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="HtmlEditorTagInspectorSelectionStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.SelectionStyleName">
|
|
<summary>
|
|
<para>For internal use only. Returns "Selection".
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.Tag">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of a tag in the tag inspector.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="AppearanceStyle"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.TagStyleName">
|
|
<summary>
|
|
<para>For internal use only. Returns "Tag".
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRowBelowRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows insertion of a new row below in a table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRowBelowRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableRowBelowRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRowBelowRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableRowBelowRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRowBelowRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableRowBelowRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRowBelowRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableRowBelowRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorSelectorSettings">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes that define functional settings of file selectors within an ASPxHtmlEditor.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorSelectorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorSelectorSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorSelectorSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorSelectorSettings.RootFolderUrlPath">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the correct relative URL path to a root folder whose physical path is defined using the <see cref="P:DevExpress.Web.FileManagerSettings.RootFolder"/> property of editor media dialogs.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that defines the relative URL path to the specified root folder.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRowAboveRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows insertion of a new row above in a table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRowAboveRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableRowAboveRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRowAboveRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableRowAboveRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRowAboveRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableRowAboveRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRowAboveRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableRowAboveRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEFontRibbonGroup">
|
|
|
|
<summary>
|
|
<para>A default ribbon group containing items that allow you to customize font settings.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFontRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEFontRibbonGroup class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFontRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEFontRibbonGroup class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the group's display text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEFontRibbonGroup.Text">
|
|
<summary>
|
|
<para>Gets or sets the ribbon group's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the ribbon group's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that invokes the "Insert Table" dialog, allowing insertion of a table into the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertTableColumnToRightRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows insertion of a new column to the right in a table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableColumnToRightRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableColumnToRightRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableColumnToRightRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableColumnToRightRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableColumnToRightRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableColumnToRightRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableColumnToRightRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableColumnToRightRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerImages">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow images to be defined for specific elements of the built-in file manager.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerImages.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFileManagerImages class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="skinOwner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerFileListSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the built-in file manager's file list view.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerFileListSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFileManagerFileListSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerFileListSettings.ShowFolders">
|
|
<summary>
|
|
<para>Specifies whether file list displays folders in the File Manager used within built-in dialogs.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if folders are visible in the file list, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerFileListSettings.ShowParentFolder">
|
|
<summary>
|
|
<para>Specifies the parent folder element visibility in the File Manager used in built-in dialogs.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the parent folder is visible, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertTableColumnToLeftRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows insertion of a new column to the left in a table within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableColumnToLeftRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableColumnToLeftRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableColumnToLeftRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableColumnToLeftRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableColumnToLeftRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableColumnToLeftRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableColumnToLeftRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertTableColumnToLeftRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteMode">
|
|
|
|
<summary>
|
|
<para>Lists values that specify how the HTML content is pasted to <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteMode.MergeFormatting">
|
|
<summary>
|
|
<para>The formatting of the pasted content is mostly discarded. However, emphasis formatting, such as bold and italic text, is retained. The content takes on the style characteristics of the paragraph where it is pasted. The content also takes on any direct formatting or style properties of element that immediately precedes the cursor when the content is pasted.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteMode.PlainText">
|
|
<summary>
|
|
<para>The formatting of the pasted content and non-text elements, such as pictures or tables, is discarded. The text takes on the style characteristics of the paragraph where it is pasted and takes on any direct formatting or character style properties of text that immediately precedes the cursor when the text is pasted. Graphical elements are discarded, and tables are converted to a series of paragraphs.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteMode.SourceFormatting">
|
|
<summary>
|
|
<para>The formatting of the pasted content is retained. A style definition that is associated with the copied text is copied to the destination document.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertOrderedListRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows the ordered list formatting to be applied to a paragraph whose content is selected within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertOrderedListRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertOrderedListRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertOrderedListRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertOrderedListRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertOrderedListRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertOrderedListRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertOrderedListRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertOrderedListRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAdaptivitySettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the HTML Editor's adaptivity.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorAdaptivitySettings class.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAdaptivitySettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAdaptivitySettings.Enabled">
|
|
<summary>
|
|
<para>Specifies whether an adaptive behavior is enabled for the pager.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to enable the adaptive behavior; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEOutdentRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows the outdent formatting to be applied to a paragraph whose content is selected within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEOutdentRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEOutdentRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEOutdentRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEOutdentRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEOutdentRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEOutdentRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEOutdentRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEOutdentRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertLinkDialogRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that invokes the "Insert Link" dialog, allowing a hyperlink to be inserted into the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertLinkDialogRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertLinkDialogRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertLinkDialogRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertLinkDialogRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertLinkDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertLinkDialogRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertLinkDialogRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertLinkDialogRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEIndentRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows the indent formatting to be applied to a paragraph whose content is selected within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEIndentRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEIndentRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEIndentRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEIndentRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEIndentRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEIndentRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEIndentRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEIndentRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.AllowedDocumentType">
|
|
|
|
<summary>
|
|
<para>Lists values that specify allowed document types for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.AllowedDocumentType.Both">
|
|
<summary>
|
|
<para>Both the <i>XHTML 1.0 Transitional</i> and <i>HTML 5</i> document types are allowed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.AllowedDocumentType.HTML5">
|
|
<summary>
|
|
<para>Only the <i>HTML 5</i> document type is allowed.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.AllowedDocumentType.XHTML">
|
|
<summary>
|
|
<para>Only the <i>XHTML 1.0 Transitional</i> document type is allowed.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEFullscreenRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that toggles the full-screen mode within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFullscreenRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEFullscreenRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFullscreenRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEFullscreenRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFullscreenRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEFullscreenRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFullscreenRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEFullscreenRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorUploadControlFileSystemSettings">
|
|
|
|
<summary>
|
|
<para>Provides settings allowing you to specify a folder where uploaded files will be automatically saved.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorUploadControlFileSystemSettings.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorUploadControlFileSystemSettings class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorUploadControlFileSystemSettings.UploadFolder">
|
|
<summary>
|
|
<para>Specifies the server folder where files will be uploaded.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="String"/> value specifying the folder path.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorChangeElementPropertiestDialogSettings">
|
|
|
|
<summary>
|
|
<para>Contains customization settings for the form elements of the change element properties dialogs.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorChangeElementPropertiestDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorChangeElementPropertiestDialogSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorChangeElementPropertiestDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorChangeElementPropertiestDialogSettings.CssClassItems">
|
|
<summary>
|
|
<para>Provides access to a collection that can contain a list of custom CSS classes defining an element's style settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="DialogCssClassItems"/> object that is the collection of items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEFontSizeRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows the font size to be selected and applied to the text content selected within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFontSizeRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEFontSizeRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFontSizeRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEFontSizeRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEFontNameRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows the font name to be selected and applied to the text content selected within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFontNameRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEFontNameRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFontNameRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEFontNameRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholdersSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to placeholders in <b>ASPxHtmlEditor</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholdersSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorPlaceholdersSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholdersSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholdersSettings.EndMark">
|
|
<summary>
|
|
<para>Gets or sets the character(s) displayed at the end of the placeholders.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the character(s) displayed at the end of the placeholders.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholdersSettings.StartMark">
|
|
<summary>
|
|
<para>Gets or sets the character(s) displayed at the beginning of the placeholders.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that specifies the starting character(s) of the placeholders.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEItalicRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows italic formatting to be applied to the text selected within the design view area.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEItalicRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEItalicRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEItalicRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEItalicRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEItalicRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEItalicRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEItalicRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEItalicRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEExportToTxtDropDownRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows exporting editor content to the Plain Text (Txt) document format.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToTxtDropDownRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToTxtDropDownRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToTxtDropDownRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToTxtDropDownRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToTxtDropDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToTxtDropDownRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToTxtDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToTxtDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToTxtDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToTxtDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToTxtDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToTxtDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEInsertUnorderedListRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows unordered list formatting to be applied to a paragraph whose content is selected within the design view area.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertUnorderedListRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertUnorderedListRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertUnorderedListRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertUnorderedListRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertUnorderedListRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertUnorderedListRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertUnorderedListRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEInsertUnorderedListRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEExportToRtfDropDownRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows exporting editor content to the Rich Text (Rtf) document format.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToRtfDropDownRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToRtfDropDownRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToRtfDropDownRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToRtfDropDownRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToRtfDropDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToRtfDropDownRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToRtfDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToRtfDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToRtfDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToRtfDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToRtfDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToRtfDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEExportToPdfDropDownRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows exporting editor content to the Portable Document (Pdf) document format.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToPdfDropDownRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToPdfDropDownRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToPdfDropDownRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToPdfDropDownRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToPdfDropDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToPdfDropDownRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToPdfDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToPdfDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToPdfDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToPdfDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToPdfDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToPdfDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonToolbarSettings">
|
|
|
|
<summary>
|
|
<para>Contains specific settings for the HTML Editor's ribbon toolbar.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonToolbarSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorRibbonToolbarSettings class with specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonToolbarSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonToolbarSettings.OneLineMode">
|
|
<summary>
|
|
<para>Specifies if a ribbon displays all items in an active tab on one line.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display items on one line; <b>false</b>, to display items on several lines.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to content element filtering.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorContentElementFiltering class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.AttributeFilterMode">
|
|
<summary>
|
|
<para>Specifies the filtering mode for <i>attribute</i> elements.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="HtmlEditorFilterMode"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.Attributes">
|
|
<summary>
|
|
<para>Gets or sets the <i>attribute</i> elements that will be filtered according to the specified filter mode.
|
|
</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:System.String"/> values that contains the <i>attribute</i> elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.StyleAttributeFilterMode">
|
|
<summary>
|
|
<para>Specifies the filtering mode for <i>style attribute</i> elements.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="HtmlEditorFilterMode"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.StyleAttributes">
|
|
<summary>
|
|
<para>Gets or sets the <i>style attribute</i> elements that will be filtered according to the specified filter mode.
|
|
</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:System.String"/> values that contains the <i>style attribute</i> elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.TagFilterMode">
|
|
<summary>
|
|
<para>Specifies the filtering mode for <i>tag</i> elements.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="HtmlEditorFilterMode"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.Tags">
|
|
<summary>
|
|
<para>Gets or sets the <i>tag</i> elements that will be filtered according to the specified filter mode.
|
|
</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:System.String"/> values that contains the <i>tag</i> elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.ToString">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorContentElementFiltering class.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorResLocalizer">
|
|
|
|
<summary>
|
|
<para>An object providing a means to localize the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s user interface elements at runtime.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorResLocalizer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorResLocalizer class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorLocalizer">
|
|
|
|
<summary>
|
|
<para>An object providing a means to localize the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s user interface elements at runtime.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorLocalizer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorLocalizer class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorLocalizer.CreateResXLocalizer">
|
|
<summary>
|
|
<para>Returns an object comprising resources based on the thread's language and regional settings (culture).
|
|
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object comprising resources based on the thread's culture.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorLocalizer.GetString(DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId)">
|
|
<summary>
|
|
<para>Returns a localized string for the specified string identifier.
|
|
</para>
|
|
</summary>
|
|
<param name="id">
|
|
A <see cref="T:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId"/> enumeration value identifying the string to localize.
|
|
|
|
</param>
|
|
<returns>A <see cref="String"/> corresponding to the specified identifier.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId">
|
|
|
|
<summary>
|
|
<para>Contains values corresponding to strings that can be localized for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_Find">
|
|
<summary>
|
|
<para>The label of a text box where end-users can specify the text to search for in the Find and Replace Dialog.
|
|
|
|
<b>Default Value</b>: "Find"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_Header">
|
|
<summary>
|
|
<para>The text displayed in the header of the Find and Replace Dialog.
|
|
|
|
<b>Default Value</b>: "Find and Replace"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_MatchCase">
|
|
<summary>
|
|
<para>A label of a check box specifying whether the search is case sensitive in the Find and Replace Dialog.
|
|
|
|
<b>Default Value</b>: "Match case"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_Next">
|
|
<summary>
|
|
<para>The text displayed in the <b>Next</b> button in the Find and Replace Dialog.
|
|
|
|
<b>Default Value</b>: "Next"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_Of">
|
|
<summary>
|
|
<para>A label providing information whose search entry is selected in the <b>Results</b> list box in the Find and Replace Dialog.
|
|
|
|
<b>Default Value</b>: "{0} of {1}"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_Previous">
|
|
<summary>
|
|
<para>The text displayed in the <b>Previous</b> button in the Find and Replace Dialog.
|
|
|
|
<b>Default Value</b>: "Previous"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_Replace">
|
|
<summary>
|
|
<para>The text displayed in the <b>Replace</b> button in the Find and Replace Dialog.
|
|
|
|
<b>Default Value</b>: "Replace"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_ReplaceAll">
|
|
<summary>
|
|
<para>The text displayed in the <b>Replace All</b> button in the Find and Replace Dialog.
|
|
|
|
<b>Default Value</b>: "Replace All"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_ReplaceAllNotify">
|
|
<summary>
|
|
<para>The text of a message displayed in the Find and Replace Dialog after all search entries have been replaced.
|
|
|
|
<b>Default Value</b>: "{0} entries have been replaced."
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_ReplaceProcessNotify">
|
|
<summary>
|
|
<para>The text displayed in the Find and Replace Dialog while search results are being replaced.
|
|
|
|
<b>Default Value</b>: "{0} of {1} entries are replaced..."
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_ReplaceWith">
|
|
<summary>
|
|
<para>The label of a text box where end-users can specify the text to be replaced with the search text in the Find and Replace Dialog.
|
|
|
|
<b>Default Value</b>: "Replace with"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_Results">
|
|
<summary>
|
|
<para>The label of a list box containing search results in the Find and Replace Dialog.
|
|
|
|
<b>Default Value</b>: "Results"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_SearchLimit">
|
|
<summary>
|
|
<para>The text of a message displayed in the Find and Replace Dialog when too many search results have been found.
|
|
|
|
<b>Default Value</b>: "Only top {0} entries are shown. Try narrowing your search."
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.Alt_ConstrainProportions">
|
|
<summary>
|
|
<para>Defines the alternative text for the button within Image Dialogs.
|
|
|
|
<b>Default value</b>: "Constrain Proportions On"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.Alt_ConstrainProportionsOff">
|
|
<summary>
|
|
<para>Defines the alternative text for the button within Image Dialogs.
|
|
|
|
<b>Default value</b>: "Constrain Proportions Off"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AutomaticColorCaption">
|
|
<summary>
|
|
<para>The caption of an automatic color item displayed in color editors.
|
|
|
|
<b>Default Value</b>: "No Color"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ButtonCancel">
|
|
<summary>
|
|
<para>A text displayed in a cancel button within Dialogs.
|
|
|
|
<b>Default Value</b>: "Cancel"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ButtonChange">
|
|
<summary>
|
|
<para>A text displayed in a change button within Dialogs.
|
|
|
|
<b>Default Value</b>: "Change"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ButtonInsert">
|
|
<summary>
|
|
<para>A text displayed in an insert button within Dialogs.
|
|
|
|
<b>Default Value</b>: "Insert"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ButtonOk">
|
|
<summary>
|
|
<para>A text displayed in an OK button within Dialogs.
|
|
|
|
<b>Default Value</b>: "OK"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ButtonSelect">
|
|
<summary>
|
|
<para>A text displayed in a select button within Dialogs.
|
|
|
|
<b>Default Value</b>: "Select"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ButtonUpload">
|
|
<summary>
|
|
<para>A text displayed in an upload button within Dialogs.
|
|
|
|
<b>Default Value</b>: "Upload"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeAudio">
|
|
<summary>
|
|
<para>A text displayed in a title bar of the Change Audio Dialog.
|
|
|
|
<b>Default Value</b>: "Change Audio"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Accept">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Action">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Alt">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Checked">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_CommonSettingsTabName">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Direction">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Disabled">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_For">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Height">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Id">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_InputType">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_MaxLength">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Method">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Name">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Readonly">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Size">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Src">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Start">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_StyleSettingsTabName">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_TabIndex">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Title">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Value">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeElementProperties_Width">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeFlash">
|
|
<summary>
|
|
<para>A text displayed in a title bar of the Change Flash Dialog.
|
|
|
|
<b>Default Value</b>: "Change Flash"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeImage">
|
|
<summary>
|
|
<para>A text displayed in a title bar of the Change Image Dialog.
|
|
|
|
<b>Default Value</b>: "Change Image"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeLink">
|
|
<summary>
|
|
<para>A text displayed in a title bar of the Change Link Dialog.
|
|
<b>Default Value</b>: "Change Link"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangePlaceholder">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeTableColumn_Size">
|
|
<summary>
|
|
<para>The text that heads the area of size properties in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Size"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeVideo">
|
|
<summary>
|
|
<para>A text displayed in a title bar of the Change Video Dialog.
|
|
|
|
<b>Default Value</b>: "Change Video"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ChangeYouTubeVideo">
|
|
<summary>
|
|
<para>A text displayed in a title bar of the Change YouTube Video Dialog.
|
|
|
|
<b>Default Value</b>: "Change YouTube Video"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandApplyCss">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar editor denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit"/> class.
|
|
<b>Default Value</b>: "Apply CSS"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandBackColor">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarBackColorButton"/> class.
|
|
|
|
<b>Default Value</b>: "Back Color"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandBold">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarBoldButton"/> class.
|
|
|
|
<b>Default Value</b>: "Bold"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandBulletList">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertUnorderedListButton"/> class.
|
|
|
|
<b>Default Value</b>: "Bullet List"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandCenter">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyCenterButton"/> class.
|
|
|
|
<b>Default Value</b>: "Align Center"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandCheckSpelling">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCheckSpellingButton"/> class.
|
|
|
|
<b>Default Value</b>: "Check Spelling"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandCollapseTag">
|
|
<summary>
|
|
<para>The text of a context menu item that allows end-users to collapse the current tag in the html view area.
|
|
|
|
<b>Default Value</b>: "Collapse Tag"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandComment">
|
|
<summary>
|
|
<para>The text of a context menu item that allows end-users to comment the current tag or selected code in the html view area.
|
|
|
|
<b>Default Value</b>: "Comment"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandCopy">
|
|
<summary>
|
|
<para>The text of a context menu item that allows the content selected within the design view area to be copied to the clipboard. Also, the text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCopyButton"/> class.
|
|
|
|
<b>Default Value</b>: "Copy"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandCut">
|
|
<summary>
|
|
<para>The text of a context menu item that allows the content selected within the design view area to be cut and copied to the clipboard. Also, the text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCutButton"/> class.
|
|
|
|
<b>Default Value</b>: "Cut"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandExpandTag">
|
|
<summary>
|
|
<para>The text of a context menu item that allows end-users to expand the current collapsed tag in the html view area.
|
|
|
|
<b>Default Value</b>: "Expand Tag"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandForeColor">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontColorButton"/> class.
|
|
|
|
<b>Default Value</b>: "Fore Color"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandFormatDocument">
|
|
<summary>
|
|
<para>The text of a context menu item that allows end-users to format the HTML document in the html view area.
|
|
|
|
<b>Default Value</b>: "Format Document"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandFullscreen">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFullscreenButton"/> class.
|
|
|
|
<b>Default Value</b>: "Full Screen"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandIndent">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarIndentButton"/> class.
|
|
|
|
<b>Default Value</b>: "Indent"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandItalic">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItalicButton"/> class.
|
|
|
|
<b>Default Value</b>: "Italic"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandJustify">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyFullButton"/> class.
|
|
|
|
<b>Default Value</b>: "Justify"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandLeft">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyLeftButton"/> class.
|
|
|
|
<b>Default Value</b>: "Align Left"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandOrderedList">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertOrderedListButton"/> class.
|
|
|
|
<b>Default Value</b>: "Ordered List"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandOutdent">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarOutdentButton"/> class.
|
|
|
|
<b>Default Value</b>: "Outdent"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandPaste">
|
|
<summary>
|
|
<para>The text of a context menu item that allows the data from the clipboard to be pasted. Also, the text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteButton"/> class.
|
|
|
|
<b>Default Value</b>: "Paste"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandPasteHtmlMergeFormatting">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a paste options bar item that switch paste mode to MergeFormatting.
|
|
|
|
<b>Default Value</b>: "Merge Formatting"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandPasteHtmlPlainText">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a paste options bar item that switch paste mode to PlainText.
|
|
|
|
<b>Default Value</b>: "Keep Plain Text"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandPasteHtmlSourceFormatting">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a paste options bar item that switch paste mode to SourceFormatting.
|
|
|
|
<b>Default Value</b>: "Keep Source Formatting"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandPasteRtf">
|
|
<summary>
|
|
<para>The text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteFromWordButton"/> class. Also, the text displayed in a title bar of a paste dialog.
|
|
|
|
<b>Default Value</b>: "Paste from Word"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandPrint">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPrintButton"/> class.
|
|
|
|
<b>Default Value</b>: "Print"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandRedo">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarRedoButton"/> class.
|
|
|
|
<b>Default Value</b>: "Redo"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandRemoveFormat">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarRemoveFormatButton"/> class.
|
|
|
|
<b>Default Value</b>: "Remove Format"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandRight">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyRightButton"/> class.
|
|
|
|
<b>Default Value</b>: "Align Right"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandStrikethrough">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarStrikethroughButton"/> class.
|
|
|
|
<b>Default Value</b>: "Strikethrough"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandSubscript">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSubscriptButton"/> class.
|
|
|
|
<b>Default Value</b>: "Subscript"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandSuperscript">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSuperscriptButton"/> class.
|
|
|
|
<b>Default Value</b>: "Superscript"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandUncomment">
|
|
<summary>
|
|
<para>The text of a context menu item that allows end-users to uncomment the current commented tag or selected code in the html view area.
|
|
|
|
<b>Default Value</b>: "Uncomment"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandUnderline">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUnderlineButton"/> class.
|
|
|
|
<b>Default Value</b>: "Underline"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandUndo">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUndoButton"/> class.
|
|
|
|
<b>Default Value</b>: "Undo"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.CommandUnlink">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUnlinkButton"/> class.
|
|
|
|
<b>Default Value</b>: "Remove Link"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ContextMenu_ChangeAudio">
|
|
<summary>
|
|
<para>The text of a context menu item that invokes the Change Audio dialog.
|
|
|
|
<b>Default Value</b>: "Change Audio..."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ContextMenu_ChangeElementProperties">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ContextMenu_ChangeFlash">
|
|
<summary>
|
|
<para>The text of a context menu item that invokes the Change Flash dialog.
|
|
|
|
<b>Default Value</b>: "Change Flash..."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ContextMenu_ChangeImage">
|
|
<summary>
|
|
<para>The text of a context menu item that invokes the Change Image dialog.
|
|
|
|
<b>Default Value</b>: "Change Image..."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ContextMenu_ChangeLink">
|
|
<summary>
|
|
<para>The text of a context menu item that invokes the Change Link dialog.
|
|
|
|
<b>Default Value</b>: "Change Link..."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ContextMenu_ChangePlaceholder">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ContextMenu_ChangeVideo">
|
|
<summary>
|
|
<para>The text of a context menu item that invokes the Change Video dialog.
|
|
|
|
<b>Default Value</b>: "Change Video..."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ContextMenu_ChangeYouTubeVideo">
|
|
<summary>
|
|
<para>The text of a context menu item that invokes the Change YouTube Video dialog.
|
|
|
|
<b>Default Value</b>: "Change YouTube Video..."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ContextMenu_InsertTable">
|
|
<summary>
|
|
<para>The text of a context menu item that invokes the Insert Table dialog.
|
|
|
|
<b>Default Value</b>: "Insert Table..."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ContextMenu_TableCellProperties">
|
|
<summary>
|
|
<para>The text of a context menu item that invokes the Cell Properties dialog.
|
|
|
|
<b>Default Value</b>: "Cell Properties..."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ContextMenu_TableColumnProperties">
|
|
<summary>
|
|
<para>The text of a context menu item that invokes the Column Properties dialog.
|
|
|
|
<b>Default Value</b>: "Column Properties..."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ContextMenu_TableProperties">
|
|
<summary>
|
|
<para>The text of a context menu item that invokes the Table Properties dialog.
|
|
|
|
<b>Default Value</b>: "Table Properties..."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ContextMenu_TableRowProperties">
|
|
<summary>
|
|
<para>The text of a context menu item that invokes the Row Properties dialog.
|
|
|
|
<b>Default Value</b>: "Row Properties..."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.DefaultErrorText">
|
|
<summary>
|
|
<para>The error text to be displayed within the editor's error frame, if the editor's validation fails.
|
|
|
|
<b>Default Value</b>: "The HTML content is invalid"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.DeleteElement">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.DeleteTable">
|
|
<summary>
|
|
<para>The text of a context menu item that deletes a table. Also, the text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableButton"/> class.
|
|
|
|
<b>Default Value</b>: "Delete Table"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.DeleteTableColumn">
|
|
<summary>
|
|
<para>The text of a context menu item that deletes a column in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableColumnButton"/> class.
|
|
|
|
<b>Default Value</b>: "Delete Column"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.DeleteTableRow">
|
|
<summary>
|
|
<para>The text of a context menu item that deletes a row in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableRowButton"/> class.
|
|
|
|
<b>Default Value</b>: "Delete Row"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.DesignViewTab">
|
|
<summary>
|
|
<para>A text displayed in a Design tab within Status Bar.
|
|
|
|
<b>Default Value</b>: "Design"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.FindAndReplace">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFindAndReplaceDialogButton"/> class.
|
|
|
|
<b>Default Value</b>: "Find and Replace"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.FontName">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar editor denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit"/> class.
|
|
|
|
<b>Default Value</b>: "Font Name"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.FontSize">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar editor denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit"/> class.
|
|
|
|
<b>Default Value</b>: "Font Size"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.HtmlViewTab">
|
|
<summary>
|
|
<para>A text displayed in an HTML tab within Status Bar.
|
|
|
|
<b>Default Value</b>: "HTML"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_Border">
|
|
<summary>
|
|
<para>A label of a section where you can specify the image border settings in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Border"
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_BorderColor">
|
|
<summary>
|
|
<para>A label of a color edit where you can specify the image border color in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Color"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_BorderStyle">
|
|
<summary>
|
|
<para>A label of a combo box where you can specify the image border style in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Style"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_BorderWidth">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the image border width in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Width"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_CreateThumbnail">
|
|
<summary>
|
|
<para>A label of a check box, displayed in Image Dialogs, that when checked creates an image thumbnail with specified sizes.
|
|
|
|
<b>Default Value</b>: "More options"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_CreateThumbnailTooltip">
|
|
<summary>
|
|
<para>A tooltip of a check box, displayed in Image Dialogs that when checked, creates an image thumbnail with specified sizes.
|
|
|
|
<b>Default Value</b>: "A thumbnail will be created from the selected image with the specified size"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_CssClass">
|
|
<summary>
|
|
<para>A label of a combo box where you can specify the image CSS class in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "CSS class"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_CustomSize">
|
|
<summary>
|
|
<para>The text of a <b>Size</b> combo box item (in Image Dialogs) specifying that an image is displayed in custom size, and showing size editors.
|
|
|
|
<b>Default Value</b>: "Custom size"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_Description">
|
|
<summary>
|
|
<para>A label of a text box that allows specifying an image description in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Description"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_Height">
|
|
<summary>
|
|
<para>A label of a text box that allows specifying the image height in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Height"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_MarginBottom">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the image bottom margin in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Bottom"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_MarginLeft">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the image left margin in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Left"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_MarginRight">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the image right margin in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Right"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_Margins">
|
|
<summary>
|
|
<para>A label of a section where you can specify the image margins in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Margins"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_MarginTop">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the image top margin in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Top"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_NewImageName">
|
|
<summary>
|
|
<para>A label of a text box that allows specifying a new name for an image thumbnail in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "New image name"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_OriginalSize">
|
|
<summary>
|
|
<para>The text of a <b>Size</b> combo box item (in Image Dialogs) specifying that an image is displayed in original size.
|
|
|
|
<b>Default Value</b>: "Original image size"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_Pixels">
|
|
<summary>
|
|
<para>A text displayed next to the image sizes and specifying that a size is measured in pixels in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "pixels"
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_Position">
|
|
<summary>
|
|
<para>A label of a combo box that allows specifying the image position in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Position"
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_PositionCenter">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Image Dialogs) specifying that an image is positioned at the center.
|
|
|
|
<b>Default Value</b>: "Center"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_PositionLeft">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Image Dialogs) specifying that an image is left-aligned.
|
|
|
|
<b>Default Value</b>: "Left-aligned"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_PositionNotSet">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Image Dialogs) specifying that the position for an image is not set.
|
|
|
|
<b>Default Value</b>: "" (Empty)
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_PositionRight">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Image Dialogs) specifying that an image is right-aligned.
|
|
|
|
<b>Default Value</b>: "Right-aligned"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_Size">
|
|
<summary>
|
|
<para>A label of a combo box that allows specifying the image size in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Size"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_Width">
|
|
<summary>
|
|
<para>A label of a text box that allows specifying the image width in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Width"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio">
|
|
<summary>
|
|
<para>A text displayed in a title bar of an Insert Audio Dialog.
|
|
|
|
<b>Default Value</b>: "Insert Audio"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_AllowedFileExtensionsText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_AutoPlay">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Audio Dialogs, that specifies whether the audio will automatically start playing.
|
|
|
|
<b>Default Value</b>: "Auto play"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_Border">
|
|
<summary>
|
|
<para>A label of a section where you can specify the audio player border settings in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Border"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_BorderColor">
|
|
<summary>
|
|
<para>A label of a color edit where you can specify the audio player border color in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Color"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_BorderStyle">
|
|
<summary>
|
|
<para>A label of a combo box where you can specify the audio player border style in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Style"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_BorderWidth">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the audio player border width in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Width"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_CommonSettingsTabName">
|
|
<summary>
|
|
<para>A text displayed in a header of the tab containing common audio player settings in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Common Settings"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_CssClass">
|
|
<summary>
|
|
<para>A label of a combo box where you can specify the CSS class applied to the audio player element in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "CSS class"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_EnterUrl">
|
|
<summary>
|
|
<para>The label of a text box that allows specifying an audio file web address in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Enter audio file web address"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_FromLocal">
|
|
<summary>
|
|
<para>The label of a radio button (in Audio Dialogs) specifying that an audio file is located on your computer.
|
|
|
|
<b>Default Value</b>: "From your computer"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_FromWeb">
|
|
<summary>
|
|
<para>The label of a radio button (in Audio Dialogs) specifying that an audio file is located on the web.
|
|
|
|
<b>Default Value</b>: "From the web (URL)"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_GalleryRequiredErrorText">
|
|
<summary>
|
|
<para>A text displayed in the alert window if a file from a gallery wasn't selected in the dialog window.
|
|
|
|
<b>Default Value</b>: "File is required. Please select a file to proceed."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_GalleryTabText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_Height">
|
|
<summary>
|
|
<para>A label of a text box that allows specifying the audio player height in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Height"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_Loop">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Audio Dialogs, that specifies whether the audio will start over again every time it is finished.
|
|
|
|
<b>Default Value</b>: "Loop"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_MarginBottom">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the audio player bottom margin in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Bottom"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_MarginLeft">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the audio player left margin in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Left"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_MarginRight">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the audio player right margin in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Right"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_Margins">
|
|
<summary>
|
|
<para>A label of a section where you can specify the audio player margins in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Margins"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_MarginTop">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the audio player top margin in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Top"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_MaximumUploadFileSizeText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_MoreOptions">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Audio Dialogs, that when checked shows additional audio payer options.
|
|
|
|
<b>Default Value</b>: "More options"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_Pixels">
|
|
<summary>
|
|
<para>A text displayed next to the audio player size and specifies that the size is measured in pixels in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "px"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_Position">
|
|
<summary>
|
|
<para>A label of a combo box that allows specifying the audio player position in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Position"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PositionCenter">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Audio Dialogs) specifying that an audio player is positioned at the center.
|
|
|
|
<b>Default Value</b>: "Center"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PositionLeft">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Audio Dialogs) specifying that an audio player is left-aligned.
|
|
|
|
<b>Default Value</b>: "Left"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PositionNotSet">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Audio Dialogs) specifying that the position for an audio file is not set.
|
|
|
|
<b>Default Value</b>: "" (Empty)
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PositionRight">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Audio Dialogs) specifying that an audio player is right-aligned.
|
|
|
|
<b>Default Value</b>: "Right"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_Preload">
|
|
<summary>
|
|
<para>The label of a combo box, displayed in Audio Dialogs, that specifies how the audio file should be loaded when the page loads.
|
|
|
|
<b>Default Value</b>: "Preload mode"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PreloadAuto">
|
|
<summary>
|
|
<para>The text of a <b>Preload mode</b> combo box item (in Audio Dialogs) specifying that the browser will load the entire audio file when the page loads.
|
|
|
|
<b>Default Value</b>: "Auto"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PreloadHelpText">
|
|
<summary>
|
|
<para>The help text for the "Preload" combo box, displayed in Audio Dialogs.
|
|
|
|
<b>Default Value</b>:
|
|
"Auto - The browser loads the entire video when the page loads
|
|
Metadata - The browser loads only metadata when the page loads
|
|
None - The browser does not load the video when the page loads"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PreloadMetadata">
|
|
<summary>
|
|
<para>The text of a <b>Preload mode</b> combo box item (in Audio Dialogs) specifying that the browser will load only metadata when the page loads.
|
|
|
|
<b>Default Value</b>: "Metadata"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PreloadNone">
|
|
<summary>
|
|
<para>The text of a <b>Preload mode</b> combo box item (in Audio Dialogs) specifying that the browser won't load the audio when the page loads.
|
|
|
|
<b>Default Value</b>: "None"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_Preview">
|
|
<summary>
|
|
<para>The text that is displayed within a preview area of Audio Dialogs if an audio file is not selected.
|
|
|
|
<b>Default Value</b>: "Audio preview"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PreviewText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_SaveToServer">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Audio Dialogs, that when checked creates an audio file copy within the current project folder.
|
|
|
|
<b>Default Value</b>: "Save file to server"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_ShowControls">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Audio Dialogs, that specifies whether the audio player controls should be displayed.
|
|
|
|
<b>Default Value</b>: "Show player controls"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_StyleSettingsTabName">
|
|
<summary>
|
|
<para>A text displayed in a header of the tab containing audio player style settings in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Style Settings"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_UploadInstructions">
|
|
<summary>
|
|
<para>The label of a text box that allows specifying a path to an audio file on your computer in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Browse your computer for the audio file to upload"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_Width">
|
|
<summary>
|
|
<para>A label of a text box that allows specifying the audio player width in Audio Dialogs.
|
|
|
|
<b>Default Value</b>: "Width"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash">
|
|
<summary>
|
|
<para>A text displayed in a title bar of an Insert Flash Dialog.
|
|
|
|
<b>Default Value</b>: "Insert Flash"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_AllowedFileExtensionsText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_AllowFullscreen">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Flash Dialogs, that specifies whether the flash file can be displayed in a full screen mode.
|
|
|
|
<b>Default Value</b>: "Allow fullscreen"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_AutoPlay">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Flash Dialogs, that specifies whether the flash will automatically start playing.
|
|
|
|
<b>Default Value</b>: "Auto play"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_Border">
|
|
<summary>
|
|
<para>A label of a section where you can specify the flash player border settings in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Border"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_BorderColor">
|
|
<summary>
|
|
<para>A label of a color edit where you can specify the flash player border color in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Color"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_BorderStyle">
|
|
<summary>
|
|
<para>A label of a combo box where you can specify the flash player border style in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Style"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_BorderWidth">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the flash player border width in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Width"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_CommonSettingsTabName">
|
|
<summary>
|
|
<para>A text displayed in a header of the tab containing common flash player settings in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Common Settings"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_CssClass">
|
|
<summary>
|
|
<para>A label of a combo box where you can specify the CSS class applied to the flash player element in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "CSS class"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_EnableFlashMenu">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Flash Dialogs, that specifies whether the movie playback controls are available in the flash player context menu.
|
|
|
|
<b>Default Value</b>: "Enable Flash Menu"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_EnterUrl">
|
|
<summary>
|
|
<para>The label of a text box that allows specifying a flash file web address in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Enter flash file web address"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_FromLocal">
|
|
<summary>
|
|
<para>The label of a radio button (in Flash Dialogs) specifying that a flash file is located in your computer.
|
|
|
|
<b>Default Value</b>: "From your computer"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_FromWeb">
|
|
<summary>
|
|
<para>The label of a radio button (in Flash Dialogs) specifying that a flash file is located on the web.
|
|
|
|
<b>Default Value</b>: "From the web (URL)"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_GalleryRequiredErrorText">
|
|
<summary>
|
|
<para>A text displayed in the alert window if a file from a gallery wasn't selected in the dialog window.
|
|
|
|
<b>Default Value</b>: "File is required. Please select a file to proceed."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_GalleryTabText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_Height">
|
|
<summary>
|
|
<para>A label of a text box that allows specifying the flash player height in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Height"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_Loop">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Flash Dialogs, that specifies whether the flash will start over again, every time it is finished.
|
|
|
|
<b>Default Value</b>: "Loop"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_MarginBottom">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the flash player bottom margin in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Bottom"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_MarginLeft">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the flash player left margin in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Left"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_MarginRight">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the flash player right margin in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Right"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_Margins">
|
|
<summary>
|
|
<para>A label of a section where you can specify the flash player margins in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Margins"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_MarginTop">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the flash player top margin in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Top"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_MaximumUploadFileSizeText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_MoreOptions">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Flash Dialogs, that when checked, shows additional flash payer options.
|
|
|
|
<b>Default Value</b>: "More options"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_Pixels">
|
|
<summary>
|
|
<para>A text displayed next to the flash player sizes specifying that a size is measured in pixels in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "px"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_Position">
|
|
<summary>
|
|
<para>A label of a combo box that allows specifying the flash player position in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Position"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_PositionCenter">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Flash Dialogs) specifying that a flash player is positioned at the center.
|
|
|
|
<b>Default Value</b>: "Center"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_PositionLeft">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Flash Dialogs) specifying that a flash player is left-aligned.
|
|
|
|
<b>Default Value</b>: "Left"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_PositionNotSet">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Flash Dialogs) specifying that the position for a FLASH file is not set.
|
|
|
|
<b>Default Value</b>: "" (Empty)
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_PositionRight">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Flash Dialogs) specifying that a flash player is right-aligned.
|
|
|
|
<b>Default Value</b>: "Right"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_Preview">
|
|
<summary>
|
|
<para>The text that is displayed within a preview area of Flash Dialogs if a flash file is not selected.
|
|
|
|
<b>Default Value</b>: "Flash preview"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_PreviewText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_Quality">
|
|
<summary>
|
|
<para>A label of a combo box that allows specifying the flash rendering quality in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Quality"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_QualityAutoHigh">
|
|
<summary>
|
|
<para>The text of a <b>Quality</b> combo box item (in Flash Dialogs) specifying that a flash will be rendered in the 'autohigh' quality.
|
|
|
|
<b>Default Value</b>: "Auto High"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_QualityAutoLow">
|
|
<summary>
|
|
<para>The text of a <b>Quality</b> combo box item (in Flash Dialogs) specifying that a flash will be rendered in the 'autolow' quality.
|
|
|
|
<b>Default Value</b>: "Auto Low"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_QualityBest">
|
|
<summary>
|
|
<para>The text of a <b>Quality</b> combo box item (in Flash Dialogs) specifying that a flash will be rendered in the 'best' quality.
|
|
|
|
<b>Default Value</b>: "Best"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_QualityHigh">
|
|
<summary>
|
|
<para>The text of a <b>Quality</b> combo box item (in Flash Dialogs) specifying that a flash will be rendered in 'high' quality.
|
|
|
|
<b>Default Value</b>: "High"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_QualityLow">
|
|
<summary>
|
|
<para>The text of a <b>Quality</b> combo box item (in Flash Dialogs) specifying that a flash will be rendered in 'low' quality.
|
|
|
|
<b>Default Value</b>: "Low"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_QualityMedium">
|
|
<summary>
|
|
<para>The text of a <b>Quality</b> combo box item (in Flash Dialogs) specifying that a flash will be rendered in 'medium' quality.
|
|
|
|
<b>Default Value</b>: "Medium"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_SaveToServer">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Flash Dialogs, that when checked, creates a flash file copy within the current project folder.
|
|
|
|
<b>Default Value</b>: "Save file to server"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_StyleSettingsTabName">
|
|
<summary>
|
|
<para>A text displayed in a header of the tab containing flash player style settings in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Style Settings"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_UploadInstructions">
|
|
<summary>
|
|
<para>The label of a text box that allows specifying a path to a flash file on your computer in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Browse your computer for the flash file to upload"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_Width">
|
|
<summary>
|
|
<para>A label of a text box that allows specifying the flash player width in Flash Dialogs.
|
|
|
|
<b>Default Value</b>: "Width"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage">
|
|
<summary>
|
|
<para>A text displayed in a title bar of an Insert Image Dialog.
|
|
|
|
<b>Default Value</b>: "Insert Image"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_AllowedFileExtensionsText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_CommonSettingsTabName">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_EnterUrl">
|
|
<summary>
|
|
<para>The label of a text box that allows specifying an image web address in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Enter image web address"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_FromLocal">
|
|
<summary>
|
|
<para>The label of a radio button (in Image Dialogs) specifying that an image is located in your computer.
|
|
|
|
<b>Default Value</b>: "From your computer"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_FromWeb">
|
|
<summary>
|
|
<para>The label of a radio button (in Image Dialogs) specifying that an image is located in the web.
|
|
|
|
<b>Default Value</b>: "From the web (URL)"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_GalleryRequiredErrorText">
|
|
<summary>
|
|
<para>A text displayed in the alert window if a file from a gallery wasn't selected in the dialog window.
|
|
|
|
<b>Default Value</b>: "File is required. Please select a file to proceed."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_GalleryTabText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_MaximumUploadFileSizeText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_MoreOptions">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Image Dialogs, that when checked shows additional image options.
|
|
|
|
<b>Default Value</b>: "More options"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_Preview">
|
|
<summary>
|
|
<para>The text that is displayed within a preview area of Image Dialogs if an image is not selected.
|
|
|
|
<b>Default Value</b>: "Image preview"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_PreviewText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_SaveToServer">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Image Dialogs, that when checked creates an image copy within the current project folder.
|
|
|
|
<b>Default Value</b>: "Save file to server"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_SelectImage">
|
|
<summary>
|
|
<para>The text displayed in a tooltip of an ellipsis button, displayed in Image Dialogs, that when pressed invokes the Image Selector
|
|
|
|
<b>Default Value</b>: "Invoke a dialog allowing you to select an image"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_StyleSettingsTabName">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_UploadInstructions">
|
|
<summary>
|
|
<para>The label of a text box that allows specifying a path to an image on your computer in Image Dialogs.
|
|
|
|
<b>Default Value</b>: "Browse your computer for the image file to upload"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertImage_UseFloat">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Image Dialogs, specifying whether an image is wrapped with text.
|
|
|
|
<b>Default Value</b>: "Wrap text around image"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertLink">
|
|
<summary>
|
|
<para>A text displayed in a title bar of an Insert Link Dialog.
|
|
|
|
<b>Default Value</b>: "Insert Link"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertLink_DisplayProperties">
|
|
<summary>
|
|
<para>The text that heads the area of displayed properties in Link Dialogs.
|
|
|
|
<b>Default Value</b>: "Display Properties"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertLink_Email">
|
|
<summary>
|
|
<para>The label of a radio button (in Link Dialogs) specifying that a link sends a message when is clicked.
|
|
|
|
<b>Default Value</b>: "E-mail address"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertLink_EmailErrorText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertLink_EmailTo">
|
|
<summary>
|
|
<para>The label of a text box (in Link Dialogs) that allows specifying a recipient e-mail address.
|
|
|
|
<b>Default Value</b>: "E-mail to"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertLink_OpenInNewWindow">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Link Dialogs, that specifies whether a link or document is opened in a new window.
|
|
|
|
<b>Default Value</b>: "Open in new window"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertLink_SelectDocument">
|
|
<summary>
|
|
<para>The text displayed in a tooltip of an ellipsis button, displayed in Link Dialogs, that when pressed invokes the Document Selector.
|
|
|
|
<b>Default Value</b>: "Invoke a dialog allowing you to select a document"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertLink_Subject">
|
|
<summary>
|
|
<para>The label of a text box (in Link Dialogs) that allows specifying the subject of an email.
|
|
|
|
<b>Default Value</b>: "Subject"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertLink_Text">
|
|
<summary>
|
|
<para>The label of a text box that allows specifying a link text in Link Dialogs.
|
|
|
|
<b>Default Value</b>: "Text"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertLink_ToolTip">
|
|
<summary>
|
|
<para>The label of a text box that allows specifying a link tooltip in Link Dialogs.
|
|
|
|
<b>Default Value</b>: "ToolTip"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertLink_Url">
|
|
<summary>
|
|
<para>The label of a radio button (in Link Dialogs) specifying that a link targets to a site when it is clicked; and a label of a text box that allows specifying a site or document URL.
|
|
|
|
<b>Default Value</b>: "URL"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertPlaceholder">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertPlaceholder_Placeholders">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable">
|
|
<summary>
|
|
<para>A text displayed in a title bar of an Insert Table Dialog.
|
|
|
|
<b>Default Value</b>: "Insert Table"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Accessibility">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Table Dialogs, that when checked shows accessibility support options.
|
|
|
|
<b>Default Value</b>: "Accessibility"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Alignment">
|
|
<summary>
|
|
<para>The label of a combo box that allows specifying the table alignment in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Alignment"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Alignment_Center">
|
|
<summary>
|
|
<para>The text of a combo box item (in Table Dialogs) specifying a centered alignment.
|
|
|
|
<b>Default Value</b>: "Center"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Alignment_Left">
|
|
<summary>
|
|
<para>The text of a combo box item (in Table Dialogs) specifying left alignment.
|
|
|
|
<b>Default Value</b>: "Left"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Alignment_Right">
|
|
<summary>
|
|
<para>The text of a combo box item (in Table Dialogs) specifying right alignment.
|
|
|
|
<b>Default Value</b>: "Right"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Appearance">
|
|
<summary>
|
|
<para>The text that heads the area of appearance properties in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Appearance"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_ApplyToAllCell">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Cell Properties Dialog, that specifies whether properties specified for a table cell are applied to all cells in the table
|
|
|
|
<b>Default Value</b>: "Apply to all cells in the table"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_AutoFitToContent">
|
|
<summary>
|
|
<para>The text of the <b>Width</b> or <b>Height</b> combo box item (in Table Dialogs) specifying that the corresponding table size is fitted to contents automatically.
|
|
|
|
<b>Default Value</b>: "AutoFit to contents"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_BgColor">
|
|
<summary>
|
|
<para>The label of a color editor that allows specifying the table background color in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Background color"
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_BorderColor">
|
|
<summary>
|
|
<para>The label of a color editor that allows specifying the color of table borders in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Border color"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_BorderSize">
|
|
<summary>
|
|
<para>The label of a spin editor that allows specifying the table border size in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Border size"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Both">
|
|
<summary>
|
|
<para>The text of a <b>Headers</b> combo box item (in Table Dialogs) specifying that cells of the first table row and the first table column are headers of the table.
|
|
|
|
<b>Default Value</b>: "Both"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Caption">
|
|
<summary>
|
|
<para>The label of a text box that allows specifying a table caption in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Caption"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_CellPaddings">
|
|
<summary>
|
|
<para>The label of a spin editor that allows specifying the table cell paddings in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Cell padding"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_CellSpacing">
|
|
<summary>
|
|
<para>The label of a spin editor that allows specifying the table cell spacing in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Cell spacing"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Columns">
|
|
<summary>
|
|
<para>The label of a spin editor that allows specifying the number of table columns in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Columns"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Custom">
|
|
<summary>
|
|
<para>The text of the <b>Width</b> or <b>Height</b> combo box item (in Table Dialogs) specifying that the corresponding table size is specified manually in pixels.
|
|
|
|
<b>Default Value</b>: "Custom"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_EqualColumnWidths">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Table Dialogs, specifying whether all column widths are equal.
|
|
|
|
<b>Default Value</b>: "Equal column widths"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_FirstColumn">
|
|
<summary>
|
|
<para>The text of a <b>Headers</b> combo box item (in Table Dialogs) specifying that cells of the first table column are headers of the table.
|
|
|
|
<b>Default Value</b>: "First Column"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_FirstRow">
|
|
<summary>
|
|
<para>The text of a <b>Headers</b> combo box item (in Table Dialogs) specifying that cells of the first table row are headers of the table.
|
|
|
|
<b>Default Value</b>: "First Row"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_FullWidth">
|
|
<summary>
|
|
<para>The text of a <b>Width</b> combo box item (in Table Dialogs) specifying that the table is stretched to the full width of the browser window.
|
|
|
|
<b>Default Value</b>: "Full width"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Headers">
|
|
<summary>
|
|
<para>The label of a combo box that allows specifying the elements that are table headers in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Headers"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Height">
|
|
<summary>
|
|
<para>The label of a combo box that allows specifying the table or row height in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Height"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_HorzAlignment">
|
|
<summary>
|
|
<para>The label of a combo box that allows specifying the cell content horizontal alignment in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Horizontal"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Layout">
|
|
<summary>
|
|
<para>The text that heads the area of layout properties in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Layout"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_None">
|
|
<summary>
|
|
<para>The text of a combo box item (in Table Dialogs) specifying that no option is selected.
|
|
|
|
<b>Default Value</b>: "None"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Rows">
|
|
<summary>
|
|
<para>The label of a spin editor that allows specifying the number of table rows in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Rows"
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Size">
|
|
<summary>
|
|
<para>The text that heads the area of table size properties in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Table Size"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Summary">
|
|
<summary>
|
|
<para>The label of a text box that allows specifying a table summary in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Summary"
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_VAlignment_Bottom">
|
|
<summary>
|
|
<para>The text of a combo box item (in Table Dialogs) specifying bottom vertical alignment.
|
|
|
|
<b>Default Value</b>: "Bottom"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_VAlignment_Middle">
|
|
<summary>
|
|
<para>The text of a combo box item (in Table Dialogs) specifying middle vertical alignment.
|
|
|
|
<b>Default Value</b>: "Middle"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_VAlignment_Top">
|
|
<summary>
|
|
<para>The text of a combo box item (in Table Dialogs) specifying top vertical alignment.
|
|
|
|
<b>Default Value</b>: "Top"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_VertAlignment">
|
|
<summary>
|
|
<para>The label of a combo box that allows specifying the cell content vertical alignment in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Vertical"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Width">
|
|
<summary>
|
|
<para>The label of a combo box that allows specifying the table or column width in Table Dialogs.
|
|
|
|
<b>Default Value</b>: "Width"
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTableColumnToLeft">
|
|
<summary>
|
|
<para>The text of a context menu item that allows insertion of a new column to the left in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToLeftButton"/> class.
|
|
|
|
<b>Default Value</b>: "Insert Column to the Left"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTableColumnToRight">
|
|
<summary>
|
|
<para>The text of a context menu item that allows insertion of a new column to the right in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToRightButton"/> class.
|
|
|
|
<b>Default Value</b>: "Insert Column to the Right"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTableRowAbove">
|
|
<summary>
|
|
<para>The text of a context menu item that allows insertion of a new row above in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowAboveButton"/> class.
|
|
|
|
<b>Default Value</b>: "Insert Row Above"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTableRowBelow">
|
|
<summary>
|
|
<para>The text of a context menu item that allows insertion of a new row below in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowBelowButton"/> class.
|
|
|
|
<b>Default Value</b>: "Insert Row Below"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo">
|
|
<summary>
|
|
<para>A text displayed in a title bar of an Insert Video Dialog.
|
|
|
|
<b>Default Value</b>: "Insert Video"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_AllowedFileExtensionsText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_AutoPlay">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Video Dialogs, that specifies whether the video will automatically start playing.
|
|
|
|
<b>Default Value</b>: "Auto Play"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_Border">
|
|
<summary>
|
|
<para>A label of a section where you can specify the video player border settings in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Border"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_BorderColor">
|
|
<summary>
|
|
<para>A label of a color edit where you can specify the video player border color in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Color"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_BorderStyle">
|
|
<summary>
|
|
<para>A label of a combo box where you can specify the video player border style in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Style"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_BorderWidth">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the video player border width in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Width"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_CommonSettingsTabName">
|
|
<summary>
|
|
<para>A text displayed in a header of the tab containing common video player settings in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Common Settings"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_CssClass">
|
|
<summary>
|
|
<para>A label of a combo box where you can specify the CSS class applied to the video player element in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "CSS class"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_EnterUrl">
|
|
<summary>
|
|
<para>The label of a text box that allows specifying a video file web address in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Enter video file web address"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_FromLocal">
|
|
<summary>
|
|
<para>The label of a radio button (in Video Dialogs) specifying that a video file is located on your computer.
|
|
|
|
<b>Default Value</b>: "From your computer"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_FromWeb">
|
|
<summary>
|
|
<para>The label of a radio button (in Video Dialogs) specifying that a video file is located on the web.
|
|
|
|
<b>Default Value</b>: "From the web (URL)"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_GalleryRequiredErrorText">
|
|
<summary>
|
|
<para>A text displayed in the alert window if a file from a gallery wasn't selected in the dialog window.
|
|
|
|
<b>Default Value</b>: "File is required. Please select a file to proceed."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_GalleryTabText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_Height">
|
|
<summary>
|
|
<para>A label of a text box that allows specifying the video player height in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Height"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_Loop">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Video Dialogs, that specifies whether the video will start over again, every time it is finished.
|
|
|
|
<b>Default Value</b>: "Loop"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_MarginBottom">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the video player bottom margin in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Bottom"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_MarginLeft">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the video player left margin in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Left"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_MarginRight">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the video player right margin in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Right"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_Margins">
|
|
<summary>
|
|
<para>A label of a section where you can specify the video player margins in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Margins"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_MarginTop">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the video player top margin in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Top"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_MaximumUploadFileSizeText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_MoreOptions">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Video Dialogs, that when checked, shows additional video payer options.
|
|
|
|
<b>Default Value</b>: "More options"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_Pixels">
|
|
<summary>
|
|
<para>A text displayed next to the video player size, specifying that the size is measured in pixels in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "px"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_Position">
|
|
<summary>
|
|
<para>A label of a combo box that allows specifying the video player position in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Position"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PositionCenter">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Video Dialogs) specifying that a video player is positioned at the center.
|
|
|
|
<b>Default Value</b>: "Center"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PositionLeft">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Video Dialogs) specifying that a video player is left-aligned.
|
|
|
|
<b>Default Value</b>: "Left"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PositionNotSet">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Video Dialogs) specifying that the position for a video file is not set.
|
|
|
|
<b>Default Value</b>: "" (Empty)
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PositionRight">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in Video Dialogs) specifying that a video player is right-aligned.
|
|
|
|
<b>Default Value</b>: "Right"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_Poster">
|
|
<summary>
|
|
<para>A label of a text box that allows specifying the URL of a poster image in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Poster URL"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PosterHelpText">
|
|
<summary>
|
|
<para>The help text for the "Poster URL" text box, displayed in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Specify an image displayed while the video is being downloaded or until a user clicks the play button. If the poster is not specified, the first frame of the video will be used."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_Preload">
|
|
<summary>
|
|
<para>The label of a combo box, displayed in Video Dialogs, that specifies how the video file should be loaded when the page loads.
|
|
|
|
<b>Default Value</b>: "Preload mode"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PreloadAuto">
|
|
<summary>
|
|
<para>The text of a <b>Preload mode</b> combo box item (in Video Dialogs) specifying that the browser will load the entire video when the page loads.
|
|
|
|
<b>Default Value</b>: "Auto"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PreloadHelpText">
|
|
<summary>
|
|
<para>The help text for the "Preload" combo box, displayed in Video Dialogs.
|
|
|
|
<b>Default Value</b>:
|
|
"Auto - The browser loads the entire video when the page loads
|
|
Metadata - The browser loads only metadata when the page loads
|
|
None - The browser does not load the video when the page loads"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PreloadMetadata">
|
|
<summary>
|
|
<para>The text of a <b>Preload mode</b> combo box item (in Video Dialogs) specifying that the browser will load only metadata when the page loads.
|
|
|
|
<b>Default Value</b>: "Metadata"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PreloadNone">
|
|
<summary>
|
|
<para>The text of a <b>Preload mode</b> combo box item (in Video Dialogs) specifying that the browser won't load the video when the page loads.
|
|
|
|
<b>Default Value</b>: "None"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_Preview">
|
|
<summary>
|
|
<para>The text that is displayed within a preview area of Video Dialogs if a video file is not selected.
|
|
|
|
<b>Default Value</b>: "Video preview"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PreviewText">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_SaveToServer">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Video Dialogs, that when checked, creates a video file copy within the current project folder.
|
|
|
|
<b>Default Value</b>: "Save file to server"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_ShowControls">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Video Dialogs, that specifies whether the video player controls should be displayed.
|
|
|
|
<b>Default Value</b>: "Show player controls"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_StyleSettingsTabName">
|
|
<summary>
|
|
<para>A text displayed in a header of the tab containing video player style settings in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Style Settings"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_UploadInstructions">
|
|
<summary>
|
|
<para>The label of a text box that allows specifying a path to a video file on your computer in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Browse your computer for the video file to upload"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_Width">
|
|
<summary>
|
|
<para>A label of a text box that allows specifying the video player width in Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Width"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo">
|
|
<summary>
|
|
<para>A text displayed in a title bar of an Insert YouTube Video Dialog.
|
|
|
|
<b>Default Value</b>: "Insert YouTube Video"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_Border">
|
|
<summary>
|
|
<para>A label of a section where you can specify the YouTube video player border settings in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Border"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_BorderColor">
|
|
<summary>
|
|
<para>A label of a color edit where you can specify the YouTube video player border color in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Color"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_BorderStyle">
|
|
<summary>
|
|
<para>A label of a combo box where you can specify the YouTube video player border style in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Style"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_BorderWidth">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the YouTube video player border width in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Width"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_CommonSettingsTabName">
|
|
<summary>
|
|
<para>A text displayed in a header of the tab containing common YouTube video player settings in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Common Settings"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_CssClass">
|
|
<summary>
|
|
<para>A label of a combo box where you can specify the CSS class applied to the YouTube video player element in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "CSS class"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_EnterUrl">
|
|
<summary>
|
|
<para>The label of a text box that allows specifying a YouTube video file web address in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Enter YouTube video web address"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_Height">
|
|
<summary>
|
|
<para>A label of a text box that allows specifying the YouTube video player height in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Height"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_MarginBottom">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the YouTube video player bottom margin in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Bottom"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_MarginLeft">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the YouTube video player left margin in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Left"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_MarginRight">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the YouTube video player right margin in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Right"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_Margins">
|
|
<summary>
|
|
<para>A label of a section where you can specify the YouTube video player margins in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Margins"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_MarginTop">
|
|
<summary>
|
|
<para>A label of a text box where you can specify the YouTube video player top margin in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Top"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_MoreOptions">
|
|
<summary>
|
|
<para>The label of a check box, displayed in YouTube Video Dialogs, that when checked, shows additional YouTube video payer options.
|
|
|
|
<b>Default Value</b>: "More options"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_Pixels">
|
|
<summary>
|
|
<para>A text displayed next to the YouTube video player size, specifying that the size is measured in pixels in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "px"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_Position">
|
|
<summary>
|
|
<para>A label of a combo box that allows specifying the YouTube video player position in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Position"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_PositionCenter">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in YouTube Video Dialogs) specifying that a YouTube video player is positioned at the center.
|
|
|
|
<b>Default Value</b>: "Center"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_PositionLeft">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in YouTube Video Dialogs) specifying that a YouTube video player is left-aligned.
|
|
|
|
<b>Default Value</b>: "Left"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_PositionNotSet">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in YouTube Video Dialogs) specifying that the position for a YouTube video file is not set.
|
|
|
|
<b>Default Value</b>: "" (Empty)
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_PositionRight">
|
|
<summary>
|
|
<para>The text of a <b>Position</b> combo box item (in YouTube Video Dialogs) specifying that a YouTube video player is right-aligned.
|
|
|
|
<b>Default Value</b>: "Right"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_Preview">
|
|
<summary>
|
|
<para>The text that is displayed within a preview area of YouTube Video Dialogs if a YouTube video is not selected.
|
|
|
|
<b>Default Value</b>: "YouTube video preview"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_SecureMode">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Video Dialogs, that specifies whether YouTube stores information about visitors on your webpage unless they play the video.
|
|
|
|
<b>Default Value</b>: "Enable privacy-enhanced mode"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_SecureModeHelpText">
|
|
<summary>
|
|
<para>The help text for the "Enable privacy-enhanced mode" check box, displayed in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Select to ensure that YouTube does not store information about visitors on your webpage unless they play the video."
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_ShowControls">
|
|
<summary>
|
|
<para>The label of a check box, displayed in YouTube Video Dialogs, that specifies whether the YouTube video player controls should be displayed.
|
|
|
|
<b>Default Value</b>: "Show player controls"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_ShowSameVideos">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Video Dialogs, that specifies whether the suggested videos will be displayed when the video finishes.
|
|
|
|
<b>Default Value</b>: "Show suggested videos when the video finishes"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_ShowVideoName">
|
|
<summary>
|
|
<para>The label of a check box, displayed in Video Dialogs, that specifies whether the information about video is displayed.
|
|
|
|
<b>Default Value</b>: "Show video title and player actions"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_StyleSettingsTabName">
|
|
<summary>
|
|
<para>A text displayed in a header of the tab containing YouTube video player style settings in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Style Settings"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_ValidationErrorText">
|
|
<summary>
|
|
<para>The text displayed when the link validation fails in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Invalid YouTube video URL. Please make sure your URL is like the following: http://www.youtube.com/watch?v=VideoID"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_Width">
|
|
<summary>
|
|
<para>A label of a text box that allows specifying the YouTube video player width in YouTube Video Dialogs.
|
|
|
|
<b>Default Value</b>: "Width"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InvalidUrlErrorText">
|
|
<summary>
|
|
<para>The error text to be displayed in Dialogs, if the specified URL is wrong.
|
|
|
|
<b>Default Value</b>: "Invalid URL format, or a file cannot be found using this URL"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.MergeTableCellDown">
|
|
<summary>
|
|
<para>The text of a context menu item that allows merging a cell down in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellDownButton"/> class.
|
|
|
|
<b>Default Value</b>: "Merge Down"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.MergeTableCellHorizontal">
|
|
<summary>
|
|
<para>The text of a context menu item that allows merging a cell right in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellRightButton"/> class.
|
|
|
|
<b>Default Value</b>: "Merge Right"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.Paragraph">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of a toolbar editor denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit"/> class.
|
|
|
|
<b>Default Value</b>: "Paragraph"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.PasteRtf_Instructions">
|
|
<summary>
|
|
<para>The explanatory text displayed in <b>Paste from Word</b>.
|
|
|
|
<b>Default Value</b>: "Please paste inside the following box and hit OK."
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.PasteRtf_StripFont">
|
|
<summary>
|
|
<para>The label of a check box, displayed in the <b>Paste from Word</b> dialog box, specifying whether a source font is stripped.
|
|
|
|
<b>Default Value</b>: "Strip font family"
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.PreviewTab">
|
|
<summary>
|
|
<para>A text displayed in a Preview tab within Status Bar.
|
|
|
|
<b>Default Value</b>: "Preview"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.QuickSearch_SearchFieldNullText">
|
|
<summary>
|
|
<para>A text displayed in the Search Panel when it is empty.
|
|
|
|
<b>Default Value</b>: "Find..."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RequiredFieldError">
|
|
<summary>
|
|
<para>The error text to be displayed within the editor's error frame in Dialogs, if the required field is empty.
|
|
|
|
<b>Default Value</b>: "This field is required"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RequiredHtmlContentError">
|
|
<summary>
|
|
<para>The error text to be displayed within the editor's error frame, if the editor's specific required field validation fails.
|
|
|
|
<b>Default Value</b>: "The content of the editor cannot be empty"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_Clipboard">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains items related to work with clipboard.
|
|
|
|
<b>Default value</b>: "Clipboard"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_DeleteTable">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains items related to row and column deletion.
|
|
|
|
<b>Default value</b>: "Delete"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_Editing">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains the Find and Replace Dialog item.
|
|
|
|
<b>Default Value</b>: "Editing"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_Font">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains items related to font formatting.
|
|
|
|
<b>Default value</b>: "Font"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_Images">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains items related to work with images.
|
|
|
|
<b>Default value</b>: "Images"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_InsertTable">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains items related to row and column inserting.
|
|
|
|
<b>Default value</b>: "Insert"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_Links">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains items related to work with links.
|
|
|
|
<b>Default value</b>: "Links"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_Media">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains items that allow invoking media dialogs.
|
|
|
|
<b>Default Value</b>: "Media"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_MergeTable">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains items related to cell merging.
|
|
|
|
<b>Default value</b>: "Merge"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_Paragraph">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains items related to text paragraph settings.
|
|
<b>Default value</b>: "Paragraph"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_Spelling">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains the Check Spelling item.
|
|
|
|
<b>Default Value</b>: "Spelling"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_TableProperties">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains items allowing you to customize table properties.
|
|
|
|
<b>Default value</b>: "Properties"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_Tables">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains items related to table insertion.
|
|
|
|
<b>Default value</b>: "Tables"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_Undo">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains Undo and Redo items.
|
|
|
|
<b>Default value</b>: "Undo"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonGroup_Views">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon group that contains Full Screen item.
|
|
|
|
<b>Default value</b>: "Views"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_CellProperties">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows specifying the table cell properties.
|
|
|
|
<b>Default value</b>: "Cell Properties"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_ColumnProperties">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows specifying the table column properties.
|
|
|
|
<b>Default value</b>: "Column Properties"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_InsertAudio">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows inserting audio files and customizing the audio player.
|
|
|
|
<b>Default Value</b>: "Audio"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_InsertFlash">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows inserting flash files and customizing the flash player.
|
|
|
|
<b>Default Value</b>: "Flash"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_InsertImage">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows inserting and customizing images.
|
|
|
|
<b>Default value</b>: "Image"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_InsertLink">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows inserting and customizing links.
|
|
|
|
<b>Default value</b>: "Link"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_InsertPlaceholder">
|
|
<summary>
|
|
<para>Contains localizable text of the corresponding UI element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_InsertTable">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows you to insert a table.
|
|
|
|
<b>Default value</b>: "Insert Table"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_InsertTableColumnToLeft">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows inserting a column to the left.
|
|
|
|
<b>Default value</b>: "Insert Left"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_InsertTableColumnToRight">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows inserting a column to the right.
|
|
|
|
<b>Default value</b>: "Insert Right"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_InsertTableRowAbove">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows inserting a row above the current position.
|
|
|
|
<b>Default value</b>: "Insert Above"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_InsertTableRowBelow">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows inserting a row below the current position.
|
|
|
|
<b>Default value</b>: "Insert Below"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_InsertVideo">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows inserting video files and customizing the video player.
|
|
|
|
<b>Default Value</b>: "Video"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_InsertYouTubeVideo">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows inserting YouTube video and customizing the YouTube video player.
|
|
|
|
<b>Default Value</b>: "YouTube Video"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_RowProperties">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows specifying the table row properties.
|
|
|
|
<b>Default value</b>: "Row Properties"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_Table">
|
|
<summary>
|
|
<para>The text of the ribbon drop-down item that allows end-users to insert a table.
|
|
|
|
<b>Default Value</b>: "Table"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonItem_TableProperties">
|
|
<summary>
|
|
<para>The text of the ribbon item that allows specifying the table properties.
|
|
|
|
<b>Default value</b>: "Table Properties"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonTab_Home">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon home tab.
|
|
|
|
<b>Default value</b>: "Home"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonTab_Insert">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon tab that contains items related to operations with images and links.
|
|
|
|
<b>Default value</b>: "Insert"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonTab_Review">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon tab that contains the Spelling group.
|
|
|
|
<b>Default Value</b>: "Review"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonTab_Table">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon tab that contains items related to operations with tables.
|
|
|
|
<b>Default value</b>: "Table"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonTab_View">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon tab that contains items related to editor views.
|
|
|
|
<b>Default value</b>: "View"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.RibbonTabCategory_Layout">
|
|
<summary>
|
|
<para>The text displayed in a label of the ribbon context tab category that contains table-related commands and is displayed when a selection is in a table..
|
|
|
|
<b>Default Value</b>: "Layout"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SaveAsDocx">
|
|
<summary>
|
|
<para>The text of an export drop-down menu item that exports an ASPxHtmlEditor's contents to Microsoft Office (2007+) document format (.docx).
|
|
|
|
<b>Default Value</b>: "Office Open XML (.docx)"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SaveAsDocx_ToolTip">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditor's contents to Microsoft Office (2007+) document format (.docx).
|
|
|
|
<b>Default Value</b>: "Export to DOCX file and save it to a local disk"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SaveAsMht">
|
|
<summary>
|
|
<para>The text of an export drop-down menu item that exports an ASPxHtmlEditor's contents to MIME HTML format (.mht).
|
|
|
|
<b>Default Value</b>: "MIME HTML (.mht)"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SaveAsMht_ToolTip">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditor's contents to MIME HTML format (.mht).
|
|
|
|
<b>Default Value</b>: "Export to MHT file and save it to a local disk"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SaveAsOdt">
|
|
<summary>
|
|
<para>The text of an export drop-down menu item that exports an ASPxHtmlEditor's contents to OpenDocument text format (.odt).
|
|
|
|
<b>Default Value</b>: "Open Document (.odt)"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SaveAsOdt_ToolTip">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditor's contents to OpenDocument text format (.odt).
|
|
|
|
<b>Default Value</b>: "Export to ODT file and save it to a local disk"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SaveAsPdf">
|
|
<summary>
|
|
<para>The text of an export drop-down menu item that exports an ASPxHtmlEditor's contents to portable document format (.pdf).
|
|
|
|
<b>Default Value</b>: "Portable Document (.pdf)"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SaveAsPdf_ToolTip">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditor's contents to portable document format (.pdf).
|
|
|
|
<b>Default Value</b>: "Export to PDF file and save it to a local disk"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SaveAsRtf">
|
|
<summary>
|
|
<para>The text of an export drop-down menu item that exports an ASPxHtmlEditor's contents to rich text format (.rtf).
|
|
|
|
<b>Default Value</b>: "Rich Text (.rtf)"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SaveAsRtf_ToolTip">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditor's contents to rich text format (.rtf).
|
|
|
|
<b>Default Value</b>: "Export to RTF file and save it to a local disk"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SaveAsTxt">
|
|
<summary>
|
|
<para>The text of an export drop-down menu item that exports an ASPxHtmlEditor's contents to plain text format (.txt).
|
|
|
|
<b>Default Value</b>: "Plain Text (.txt)"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SaveAsTxt_ToolTip">
|
|
<summary>
|
|
<para>A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditor's contents to plain text format (.txt).
|
|
|
|
<b>Default Value</b>: "Export to TXT file and save it to a local disk"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SelectAll">
|
|
<summary>
|
|
<para>The text of a context menu item that selects all ASPxHtmlEditor content.
|
|
|
|
<b>Default Value</b>: "Select All"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SelectAudio">
|
|
<summary>
|
|
<para>A text displayed in a title bar of the Audio Selector.
|
|
|
|
<b>Default Value</b>: "Select Audio"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SelectDocument">
|
|
<summary>
|
|
<para>A text displayed in a title bar of the Document Selector.
|
|
|
|
<b>Default Value</b>: "Select Document"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SelectFlash">
|
|
<summary>
|
|
<para>A text displayed in a title bar of the Flash Selector.
|
|
|
|
<b>Default Value</b>: "Select Flash"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SelectImage">
|
|
<summary>
|
|
<para>A text displayed in a title bar of the Image Selector.
|
|
|
|
<b>Default Value</b>: "Select Image"
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SelectVideo">
|
|
<summary>
|
|
<para>A text displayed in a title bar of the Video Selector.
|
|
|
|
<b>Default Value</b>: "Select Video"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SplitTableCellHorizontal">
|
|
<summary>
|
|
<para>The text of a context menu item that allows splitting a table's cell horizontally. Also, the text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellHorizontallyButton"/> class.
|
|
|
|
<b>Default Value</b>: "Split Horizontally"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.SplitTableCellVertical">
|
|
<summary>
|
|
<para>The text of a context menu item that allows splitting a table's cell vertically. Also, the text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellVerticallyButton"/> class.
|
|
|
|
<b>Default Value</b>: "Split Vertically"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.TableCellProperties">
|
|
<summary>
|
|
<para>The text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableCellPropertiesDialogButton"/> class.
|
|
|
|
<b>Default Value</b>: "Cell Properties..."
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.TableColumnProperties">
|
|
<summary>
|
|
<para>The text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableColumnPropertiesDialogButton"/> class.
|
|
|
|
<b>Default Value</b>: "Column Properties..."
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.TableElementInconsistentColor">
|
|
<summary>
|
|
<para>The text displayed in the <b>Background color</b> color editor in the Column Properties and Row Properties dialogs when the current column or row contains cells with different background colors.
|
|
|
|
<b>Default Value</b>: "Multiple colors"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.TableProperties">
|
|
<summary>
|
|
<para>The text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTablePropertiesDialogButton"/> class.
|
|
|
|
<b>Default Value</b>: "Table Properties..."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.TableRowProperties">
|
|
<summary>
|
|
<para>The text displayed in a tooltip of a toolbar button denoted by the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableRowPropertiesDialogButton"/> class.
|
|
|
|
<b>Default Value</b>: "Row Properties..."
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEExportToOdtDropDownRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows exporting editor content to the Open Document (Odt) document format.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToOdtDropDownRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToOdtDropDownRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToOdtDropDownRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToOdtDropDownRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToOdtDropDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToOdtDropDownRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToOdtDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToOdtDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToOdtDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToOdtDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToOdtDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToOdtDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ActionType">
|
|
|
|
<summary>
|
|
<para>Lists values that specify which action type is executed when a shortcut is pressed.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ActionType.ExecuteCommand">
|
|
<summary>
|
|
<para>When the shortcut is pressed, a command specified via the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut.ActionName"/> property is executed.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ActionType.ShowCustomDialog">
|
|
<summary>
|
|
<para>When the shortcut is pressed, a dialog specified via the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut.ActionName"/> property is shown.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcutCollection">
|
|
|
|
<summary>
|
|
<para>A collection of <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut"/> objects.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcutCollection.#ctor(DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorShortcutCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="editor">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> object that will own the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcutCollection.Add(System.String,System.String)">
|
|
<summary>
|
|
<para>Adds a new shortcut to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="shortcut">
|
|
A <see cref="T:System.String"/> value specifying the keyboard combination that invokes the current shortcut's functionality.
|
|
|
|
|
|
</param>
|
|
<param name="actionName">
|
|
A <see cref="T:System.String"/> value specifying a name of an executed command or displayed custom dialog.
|
|
|
|
</param>
|
|
<returns>An <see cref="HtmlEditorShortcut"/> object that is a newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcutCollection.Add(System.String,System.String,DevExpress.Web.ASPxHtmlEditor.ActionType)">
|
|
<summary>
|
|
<para>Adds a new shortcut to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="shortcut">
|
|
A <see cref="T:System.String"/> value specifying the keyboard combination that invokes the current shortcut's functionality.
|
|
|
|
|
|
</param>
|
|
<param name="actionName">
|
|
A <see cref="T:System.String"/> value specifying a name of an executed command or displayed custom dialog.
|
|
|
|
</param>
|
|
<param name="actionType">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ActionType"/> enumeration values.
|
|
|
|
</param>
|
|
<returns>An <see cref="HtmlEditorShortcut"/> object that is a newly created item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcutCollection.CreateDefaultItems">
|
|
<summary>
|
|
<para>Creates a collection of default shortcuts within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcutCollection"/> collection.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEExportToMhtDropDownRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows exporting editor content to the MIME HTML (Mht) document format.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToMhtDropDownRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToMhtDropDownRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToMhtDropDownRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToMhtDropDownRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToMhtDropDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToMhtDropDownRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToMhtDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToMhtDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToMhtDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToMhtDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToMhtDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToMhtDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase">
|
|
|
|
<summary>
|
|
<para>The base class for toolbar items.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemBase class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's tooltip text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemBase class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarItemBase class with the default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Image">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed by the item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="ToolbarItemImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text">
|
|
<summary>
|
|
<para>Gets or sets the text content of a toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="String"/> value that specifies the item's text content.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the item's tooltip text.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="String"/> value that specifies the text content of the item's tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HEExportToDocxDropDownRibbonCommand">
|
|
|
|
<summary>
|
|
<para>A Ribbon item that allows exporting editor content to the Office Open XML (Docx) document format.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToDocxDropDownRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToDocxDropDownRibbonCommand class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToDocxDropDownRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToDocxDropDownRibbonCommand class with the specified item text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToDocxDropDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToDocxDropDownRibbonCommand class with the specified item size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToDocxDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToDocxDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToDocxDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToDocxDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToDocxDropDownRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the HEExportToDocxDropDownRibbonCommand class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the text of the ribbon item.
|
|
|
|
</param>
|
|
<param name="size">
|
|
One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values that specifies the ribbon item size.
|
|
|
|
</param>
|
|
<param name="items">
|
|
An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items"/> collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItemCollection">
|
|
|
|
<summary>
|
|
<para>A collection that maintains context menu items.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItemCollection.#ctor(DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorContextMenuItemCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> object that is the owner of the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItemCollection.Add">
|
|
<summary>
|
|
<para>Adds a new context menu item to the end of the collection and returns the newly created object.
|
|
</para>
|
|
</summary>
|
|
<returns>An <see cref="HtmlEditorContextMenuItem"/> object that is the newly created item.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItemCollection.Add(System.String,System.String)">
|
|
<summary>
|
|
<para>Adds a new context menu item to the collection and specifies the item's display text and associated command name.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created context menu item's display text. Initializes the item's <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.Text"/> property.
|
|
|
|
</param>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.CommandName"/> property.
|
|
|
|
</param>
|
|
<returns>An <see cref="HtmlEditorContextMenuItem"/> object that is the newly created item.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItemCollection.Add(System.String)">
|
|
<summary>
|
|
<para>Adds a new context menu item to the collection and specifies the item's display text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created context menu item's display text. Initializes the item's <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.Text"/> property.
|
|
|
|
</param>
|
|
<returns>An <see cref="HtmlEditorContextMenuItem"/> object that is the newly created item.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItemCollection.CreateDefaultItems">
|
|
<summary>
|
|
<para>Populates the context menu with default items.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItemCollection.Item(System.String)">
|
|
<summary>
|
|
<para>Provides access to individual items in the collection by their command names.
|
|
</para>
|
|
</summary>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value specifying the command name of the custom item to get.
|
|
|
|
</param>
|
|
<value>An <see cref="HtmlEditorContextMenuItem"/> object that is an item with the specified command name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItemCollection.Owner">
|
|
<summary>
|
|
<para>Gets the collection's owner.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="ASPxHtmlEditor"/> object that is the owner of the current collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem">
|
|
|
|
<summary>
|
|
<para>Denotes an individual context menu item within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorContextMenuItem class with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created context menu item's display text. Initializes the item's <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorContextMenuItem class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorContextMenuItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created context menu item's display text. Initializes the item's <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.Text"/> property.
|
|
|
|
</param>
|
|
<param name="commandName">
|
|
A <see cref="T:System.String"/> value that identifies the executed command. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.CommandName"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.BeginGroup">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the current context menu item starts a group.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the current item starts a group; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.CommandName">
|
|
<summary>
|
|
<para>Gets or sets the command name associated with the context menu item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the command name associated with the item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.Image">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed by the context menu item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="MenuItemImageProperties"/> object that contains image settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.Text">
|
|
<summary>
|
|
<para>Gets or sets the text content of the current context menu item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the text content of the HtmlEditorContextMenuItem.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.ToString">
|
|
<summary>
|
|
<para>Returns the string that denotes the current context menu item.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> that denotes the current HtmlEditorContextMenuItem object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.Visible">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the visibility of the current context menu item.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the item is visible; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.VisibleIndex">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the position of the current item amongst the visible items in a context menu.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the zero-based index of the HtmlEditorContextMenuItem amongst a context menu's visible items. <b>-1</b> if the item is invisible.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut">
|
|
|
|
<summary>
|
|
<para>An individual shortcut within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorShortcut class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorShortcut class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="shortcut">
|
|
A <see cref="T:System.String"/> value specifying a keyboard combination that invokes the current shortcut's functionality.
|
|
|
|
|
|
</param>
|
|
<param name="actionName">
|
|
A <see cref="T:System.String"/> value specifying a name of an executed command or displayed custom dialog.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut.#ctor(System.String,System.String,DevExpress.Web.ASPxHtmlEditor.ActionType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorShortcut class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="shortcut">
|
|
A <see cref="T:System.String"/> value specifying the keyboard combination that invokes the current shortcut's functionality.
|
|
|
|
|
|
</param>
|
|
<param name="actionName">
|
|
A <see cref="T:System.String"/> value specifying the name of an executed command or displayed custom dialog.
|
|
|
|
|
|
</param>
|
|
<param name="actionType">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ActionType"/> enumeration values.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut.#ctor(System.String,System.String,DevExpress.Web.ASPxHtmlEditor.HtmlEditorView)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorShortcut class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="shortcut">
|
|
A <see cref="T:System.String"/> value specifying the keyboard combination that invokes the current shortcut's functionality.
|
|
|
|
</param>
|
|
<param name="actionName">
|
|
A <see cref="T:System.String"/> value specifying the name of an executed command or displayed custom dialog.
|
|
|
|
</param>
|
|
<param name="actionView">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorView"/> enumeration values specifying a view where the shortcut will operate.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut.ActionName">
|
|
<summary>
|
|
<para>Specifies a name of an executed command or shown custom dialog.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="String"/> property that is the name of a command or custom dialog.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut.ActionType">
|
|
<summary>
|
|
<para>Gets or sets the type of action that is executed when a shortcut is pressed.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="ActionType"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut.ActionView">
|
|
<summary>
|
|
<para>Specifies the view where the shortcut operates.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorView"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut.Shortcut">
|
|
<summary>
|
|
<para>Gets or sets the keyboard combination that invokes the current shortcut's functionality.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="String"/> value specifying the keyboard combination.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut.ToString">
|
|
<summary>
|
|
<para>Returns the string that denotes the HtmlEditorShortcut object.
|
|
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="String"/> value that denotes the HtmlEditorShortcut object.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorVideoUploadSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to a control's video uploading functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorVideoUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorVideoUploadSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorVideoUploadSettings.ValidationSettings">
|
|
<summary>
|
|
<para>Gets settings that relate to the validation of video files uploaded within the ASPxHtmlEditor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="ASPxHtmlEditorVideoUploadValidationSettings"/> object that contains uploaded file validation settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabControlStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that define the appearance of tab control elements used by the ribbon toolbar.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabControlStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorRibbonTabControlStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabControlStyles.CssFilePath">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorRibbonTabControlStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabControlStyles.CssPostfix">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorRibbonTabControlStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImageSelectorUploadSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the built-in Image Selector's file upload functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImageSelectorUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorImageSelectorUploadSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorUploadSettings">
|
|
|
|
<summary>
|
|
<para>Contains settings that relate to the built-in Document Selector's file upload functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDocumentSelectorUploadSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorUploadSettings.ShowUploadPanel">
|
|
<summary>
|
|
<para>Specifies whether the upload panel is displayed in the Document Selector.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the upload panel is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorSettings">
|
|
|
|
<summary>
|
|
<para>Contains the <b>ASPxHtmlEditor</b>'s Document Selector dialog's settings.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDocumentSelectorSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorCommonSettings">
|
|
|
|
<summary>
|
|
<para>Contains common settings of the ASPxHtmlEditor's built-in Document Selector.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorCommonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDocumentSelectorCommonSettings class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorCommonSettings.AllowedFileExtensions">
|
|
<summary>
|
|
<para>Gets or sets the file extensions allowed for display in the Document Selector.
|
|
</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:System.String"/> values that contains the file extensions allowed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes that contain settings related to a control's media files uploading functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ASPxHtmlEditorUploadSettingsBase class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase.AdvancedUploadModePacketSize">
|
|
<summary>
|
|
<para>Gets or sets the size of file packets.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="Int32"/> value specifying the size of the packets in bytes.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase.AdvancedUploadModeTemporaryFolder">
|
|
<summary>
|
|
<para>Gets or sets the server folder where files, which are currently being uploaded, are maintained.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="String"/> value specifying the path to the folder.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase.AmazonSettings">
|
|
<summary>
|
|
<para>Gets settings allowing ASPxHtmlEditor to access a file system storage in an Amazon Simple Storage Service (Amazon S3).
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="UploadControlAmazonSettings"/> object containing the settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase.AzureSettings">
|
|
<summary>
|
|
<para>Gets settings allowing ASPxHtmlEditor to access a file system storage in the Azure Service.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="UploadControlAzureSettings"/> object containing the settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase.DropboxSettings">
|
|
<summary>
|
|
<para>Gets settings allowing ASPxHtmlEditor to access a file system storage in the DropBox Service.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="UploadControlDropboxSettings"/> object that is the Dropbox account settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase.FileSystemSettings">
|
|
<summary>
|
|
<para>Gets settings allowing the ASPxHtmlEditor control to operate with files in the server's physical file system.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorUploadControlFileSystemSettings"/> object containing file system settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase.UploadFolder">
|
|
<summary>
|
|
<para>Gets or sets the path to the folder that contains uploaded files used by the editor.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the root path of uploaded files.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase.UploadFolderUrlPath">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the relative URL path to an upload folder whose physical path is defined using the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase.UploadFolder"/> property.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that defines the relative URL path to the specified upload folder.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase.UploadStorage">
|
|
<summary>
|
|
<para>Specifies the type of storage used by the ASPxHtmlEditor control.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="UploadFileStorageType"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase.UseAdvancedUploadMode">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the advanced upload mode is used.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the advanced upload mode is used; <b>false</b> if the standard upload mode is used.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownItem">
|
|
|
|
<summary>
|
|
<para>An individual item within a toolbar drop down export menu.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownItem.#ctor(DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat,System.String,System.String,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarExportDropDownItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"/> enumeration values specifying the exported document format associated with the created toolbar item.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's tooltip text. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem.BeginGroup"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownItem.#ctor(DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat,System.String,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarExportDropDownItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"/> enumeration values specifying the exported document format associated with the created toolbar item.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem.BeginGroup"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownItem.#ctor(DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarExportDropDownItem class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"/> enumeration values specifying the exported document format associated with the created toolbar item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownItem.#ctor(DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarExportDropDownItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"/> enumeration values specifying the exported document format associated with the created toolbar item.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's tooltip text. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.ToolTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownItem.#ctor(DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarExportDropDownItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"/> enumeration values specifying the exported document format associated with the created toolbar item.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value that specifies the created toolbar item's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarExportDropDownItem class with the default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownItem.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownItem.Format">
|
|
<summary>
|
|
<para>Specifies the exported document format associated with the current item.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="HtmlEditorExportFormat"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownItem.Value">
|
|
<summary>
|
|
<para>Returns a textual representation of the an item's <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownItem.Format"/> property. For internal use only.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="String"/> value that specifies the textual representation of the format associated with the item.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownButton">
|
|
|
|
<summary>
|
|
<para>A default toolbar button that invokes a drop down menu containing a list of available document formats, to which the editor's content can be exported.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarExportDropDownButton class with the specified setting.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarExportDropDownButton class with the default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ToolbarExportDropDownButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="beginGroup">
|
|
<b>true</b> if the current toolbar item starts a group; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> to display the current toolbar item; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownButton.ClickMode">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the response to clicks on the ToolbarExportDropDownButton toolbar item.
|
|
</para>
|
|
</summary>
|
|
<value> One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.DropDownItemClickMode"/> enumeration values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownButton.CreateDefaultItems">
|
|
<summary>
|
|
<para>Adds items providing the appropriate predefined functionality to the toolbar item's dropdown list.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownButton.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed within the editor's dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItemCollection"/> instance, which is the collection of items in the combo box editor.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownButton.SelectedItemIndex">
|
|
<summary>
|
|
<para>Gets or sets the selected item's index.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value, that is the zero-based index of the selected item.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of elements, used within the Image Selector and Document Selector, to be defined.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorFileManagerStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerStyles.Control">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerStyles.CssFilePath">
|
|
<summary>
|
|
<para>Gets or sets the path to a CSS file that defines the Image Selector and Document Selector's appearance.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerStyles.CssPostfix">
|
|
<summary>
|
|
<para>Gets or sets a CSS class name postfix that identifies style settings to be applied to the Image Selector and Document Selector.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that is the required CSS class name postfix.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat">
|
|
|
|
<summary>
|
|
<para>Lists values that specify the document formats available for import to editor contents.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat.Docx">
|
|
<summary>
|
|
<para>Identifies Microsoft Office (2007+) document format (.docx).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat.Mht">
|
|
<summary>
|
|
<para>Identifies Web Archive, single file format (.mht).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat.Odt">
|
|
<summary>
|
|
<para>Identifies OpenDocument text (.odt) format.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat.Rtf">
|
|
<summary>
|
|
<para>Identifies rich text format (.rtf).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat.Txt">
|
|
<summary>
|
|
<para>Identifies plain text format (.txt).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat">
|
|
|
|
<summary>
|
|
<para>Lists values that specify the document formats available for export from editor contents.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat.Docx">
|
|
<summary>
|
|
<para>Identifies Microsoft Office (2007+) document format (.docx).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat.Mht">
|
|
<summary>
|
|
<para>Identifies Web Archive, single file format (.mht).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat.Odt">
|
|
<summary>
|
|
<para>Identifies OpenDocument text (.odt) format.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat.Pdf">
|
|
<summary>
|
|
<para>Identifies Portable Document Format (.pdf).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat.Rtf">
|
|
<summary>
|
|
<para>Identifies rich text format (.rtf).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat.Txt">
|
|
<summary>
|
|
<para>Identifies plain text format (.txt).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonStyles">
|
|
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of ribbon toolbar elements used within the <b>ASPxHtmlEditor</b> to be defined.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorRibbonStyles class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that implements the <b>ISkinOwner</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonStyles.Control">
|
|
<summary>
|
|
<para>For internal use only.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonStyles.CopyFrom(DevExpress.Web.StylesBase)">
|
|
<summary>
|
|
<para>Duplicates the properties of the specified object into the current instance of the HtmlEditorRibbonStyles class.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.Web.StylesBase"/> object that is the object from which the settings will be copied.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonStyles.CssFilePath">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorRibbonStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonStyles.CssPostfix">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorRibbonStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonStyles.FileTab">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorRibbonStyles class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonStyles.PopupMenu">
|
|
<summary>
|
|
<para>Provides access to the style settings defining the appearance of popup menu elements used in a ribbon toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorRibbonPopupMenuStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonStyles.TabControl">
|
|
<summary>
|
|
<para>Provides access to the style settings defining the appearance of tab control elements used in a ribbon toolbar.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="HtmlEditorRibbonTabControlStyles"/> object that contains style settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDropDownItemPickerItemStyle">
|
|
|
|
<summary>
|
|
<para>Contains styles settings defining the appearance of items, displayed within a dropdown item picker toolbar item's drop-down window.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDropDownItemPickerItemStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the HtmlEditorDropDownItemPickerItemStyle class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDropDownItemPickerItemStyle.Font">
|
|
<summary>
|
|
<para>Gets font settings for items of the dropdown item picker.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Web.UI.WebControls.FontInfo"/> object that contains the font settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDropDownItemPickerItemStyle.ImageSpacing">
|
|
<summary>
|
|
<para>Gets or sets the amount of space between images within a dropdown item picker.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDropDownItemPickerItemStyle.SelectedStyle">
|
|
<summary>
|
|
<para>This property is not in effect for the HtmlEditorDropDownItemPickerItemStyle class.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
</members>
|
|
</doc>
|