14792 lines
946 KiB
XML
14792 lines
946 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<assembly>
|
|
<name>DevExpress.Web.ASPxHtmlEditor.v20.1</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="N:DevExpress.Web.ASPxHtmlEditor">
|
|
<summary>
|
|
<para>Contains classes which implement the functionality of the ASPxHtmlEditor control.</para>
|
|
</summary>
|
|
</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.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 XHTML 1.0 Transitional and HTML 5 document types are allowed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.AllowedDocumentType.HTML5">
|
|
<summary>
|
|
<para>Only the HTML 5 document type is allowed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.AllowedDocumentType.XHTML">
|
|
<summary>
|
|
<para>Only the XHTML 1.0 Transitional document type is allowed.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.AccessibilityCompliant">
|
|
<summary>
|
|
<para>Enables accessibility support.</para>
|
|
</summary>
|
|
<value>true, if accessibility support is enabled; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true if the ASPxHtmlEditor is enabled; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.ClientInstanceName">
|
|
<summary>
|
|
<para>Gets or sets the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s client programmatic identifier.</para>
|
|
</summary>
|
|
<value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true to make a web control initially displayed on the client; false 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="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItemCollection"/> object that is the collection of the context menu items.</value>
|
|
</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.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,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">true if scripts are allowed within the HTML code; false if scripts are automatically removed from the HTML code.</param>
|
|
<param name="allowIFrames">true if IFRAME elements are allowed within the HTML code; false if IFRAME elements are automatically removed from the HTML code.</param>
|
|
<param name="allowFormElements">true if form elements are allowed within the HTML code; false if form elements are automatically removed from the HTML code.</param>
|
|
<param name="updateBoldItalic">true if the B and I elements should be replaced with the STRONG and EM elements within the HTML code; otherwise, false.</param>
|
|
<param name="updateDeprecatedElements">true if deprecated elements should be replaced with their valid analogs within the HTML code; otherwise, false.</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">true if scripts are allowed within the HTML code; false if scripts are automatically removed from the HTML code.</param>
|
|
<param name="allowIFrames">true if IFRAME elements are allowed within the HTML code; false if IFRAME elements are automatically removed from the HTML code.</param>
|
|
<param name="allowFormElements">true if form elements are allowed within the HTML code; false if form elements are automatically removed from the HTML code.</param>
|
|
<param name="updateBoldItalic">true, if the B and I elements should be replaced with the STRONG and EM elements within the HTML code; otherwise, false.</param>
|
|
<param name="updateDeprecatedElements">true, if deprecated elements should be replaced with their valid analogs within the HTML code; otherwise, false.</param>
|
|
<param name="allowIdAttributes">true if ID attributes are allowed within the HTML code; false if ID attributes are automatically removed from the HTML code.</param>
|
|
<param name="allowStyleAttributes">true if style attributes are allowed within the HTML code; false 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="T:System.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">true if scripts are allowed within the HTML code; false if scripts are automatically removed from the HTML code.</param>
|
|
<param name="allowIFrames">true if iframe elements are allowed within the HTML code; false if iframe elements are automatically removed from the HTML code.</param>
|
|
<param name="allowFormElements">true if form elements are allowed within the HTML code; false if form elements are automatically removed from the HTML code.</param>
|
|
<param name="updateBoldItalic">true, if the b and i elements should be replaced with the strong and em elements within the HTML code; otherwise, false.</param>
|
|
<param name="updateDeprecatedElements">true, if deprecated elements should be replaced with their valid analogs within the HTML code; otherwise, false.</param>
|
|
<param name="allowIdAttributes">true if ID attributes are allowed within the HTML code; false if ID attributes are automatically removed from the HTML code.</param>
|
|
<param name="allowStyleAttributes">true if style attributes are allowed within the HTML code; false 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">true if audio and video elements are allowed within the HTML code; false if the elements are automatically removed from the HTML code.</param>
|
|
<param name="allowObjectAndEmbedElements">true if object and embed elements are allowed within the HTML code; false if the elements are automatically removed from the HTML code.</param>
|
|
<param name="allowYouTubeVideoIFrames">true if iframe elements, which contain link to YouTube video, are allowed within the HTML code; false 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">true if scripts are allowed within the HTML code; false if scripts are automatically removed from the HTML code.</param>
|
|
<param name="allowIFrames">true if iframe elements are allowed within the HTML code; false if iframe elements are automatically removed from the HTML code.</param>
|
|
<param name="allowFormElements">true if form elements are allowed within the HTML code; false if form elements are automatically removed from the HTML code.</param>
|
|
<param name="updateBoldItalic">true, if the b and i elements should be replaced with the strong and em elements within the HTML code; otherwise, false.</param>
|
|
<param name="updateDeprecatedElements">true, if deprecated elements should be replaced with their valid analogs within the HTML code; otherwise, false.</param>
|
|
<param name="allowIdAttributes">true if ID attributes are allowed within the HTML code; false if ID attributes are automatically removed from the HTML code.</param>
|
|
<param name="allowStyleAttributes">true if style attributes are allowed within the HTML code; false 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">true if audio and video elements are allowed within the HTML code; false if the elements are automatically removed from the HTML code.</param>
|
|
<param name="allowObjectAndEmbedElements">true if object and embed elements are allowed within the HTML code; false if the elements are automatically removed from the HTML code.</param>
|
|
<param name="allowYouTubeVideoIFrames">true if iframe elements, which contain a link to a YouTube video, are allowed within the HTML code; false if the elements are automatically removed from the HTML code.</param>
|
|
<param name="useAbsoluteResourcePaths">true, to change relative resource paths to absolute; otherwise, false.</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.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">true to delete existing categories; false 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">true to delete existing tabs; false 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">true to delete existing toolbars; false 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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:js-ASPxClientHtmlEditor.PerformDataCallback(parameter,onCallback)"/> 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true if a specific animation effect is used; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.EnableCallbackCompression">
|
|
<summary>
|
|
<para>Gets or sets whether callback result compression is enabled.</para>
|
|
</summary>
|
|
<value>true to enable callback result compression; otherwise, false.</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"></see> enumeration values specifying the exported document format.</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"></see> enumeration values specifying the exported document format.</param>
|
|
<param name="saveAsFile">true to save the exported document as a downloadable attachment, false 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"></see> enumeration values specifying the exported document format.</param>
|
|
<param name="outputStream">A <see cref="T:System.IO.Stream"></see> object to which the editor content is exported.</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"></see> enumeration values specifying the exported document format.</param>
|
|
<param name="fileName">A string value specifying the exported file's name.</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 Insert image 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 Insert image 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 Insert image 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 Insert image 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>Specifies the HTML markup that is the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s content.</para>
|
|
</summary>
|
|
<value>The editor's HTML markup.</value>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.HtmlChanged">
|
|
<summary>
|
|
<para>Occurs after the content of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> has been changed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.HtmlCorrecting">
|
|
<summary>
|
|
<para>Occurs before the ASPxHtmlEditor'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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerImages"/> object that contains image settings.</value>
|
|
</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"></see> enumeration values specifying the imported file format.</param>
|
|
<param name="inputStream">A <see cref="T:System.IO.Stream"></see> object from which the editor content is imported.</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"></see> enumeration values specifying the imported file format.</param>
|
|
<param name="inputStream">A <see cref="T:System.IO.Stream"></see> object from which the editor content is imported.</param>
|
|
<param name="useInlineStyles">true to embed document formatting styles into the editor content; false 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,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"></see> enumeration values specifying the imported file format.</param>
|
|
<param name="inputStream">A <see cref="T:System.IO.Stream"></see> object from which the editor content is imported.</param>
|
|
<param name="useInlineStyles">true to embed document formatting styles into the editor content; false 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"></see> enumeration values specifying the imported file format.</param>
|
|
<param name="inputStream">A <see cref="T:System.IO.Stream"></see> 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="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"></see> 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(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"></see> 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">true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file.</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"></see> 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">true to embed document formatting styles into the editor content; false 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"></see> 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(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(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">true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file.</param>
|
|
</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">true to embed document formatting styles into the editor content; false 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(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="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>true if the editor's value passes validation; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.RoundPanelParts"/> object that contains part settings.</value>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.PastedImageSaving">
|
|
<summary>
|
|
<para>Allows you to process and save the pasted binary image to the server.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Placeholders">
|
|
<summary>
|
|
<para>Gets the collection of placeholders available in the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholderCollection"/> object that is the collection of the placeholders.</value>
|
|
</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 Java applets 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{System.String,System.String})">
|
|
<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.Collections.Generic.Dictionary{System.String,System.String})">
|
|
<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="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="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.RibbonContextTabCategories">
|
|
<summary>
|
|
<para>Gets the collection of ribbon context tab categories.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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"></see> 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>true if information is persisted in cookies; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s main settings.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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.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="T:DevExpress.Web.ASPxHtmlEditor.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 ASPxHtmlEditor.</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 ASPxHtmlEditor's 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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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 ASPxHtmlEditor'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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> toolbar.</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarMode"/> enumeration values.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.Toolbars">
|
|
<summary>
|
|
<para>Gets the collection of toolbars in the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true if the editor content has been successfully validated; otherwise, false.</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>true if the ASPxHtmlEditor control is visible; otherwise false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorAudioUploadValidationSettings"/> object that contains uploaded file validation settings.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorFlashUploadValidationSettings"/> object that contains uploaded file validation settings.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, to enable paste oiptions; otherwise, false.</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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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>true, to change relative paths to absolute; otherwise, false.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true if the advanced upload mode is used; false 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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true if a header is displayed; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings">
|
|
<summary>
|
|
<para>Contains settings that relate to the ASPxHtmlEditor'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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, if end users can specify custom colors; otherwise, false.</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>true to enable the editor's Design View; otherwise, false.</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>true to enable the editor's HTML View; otherwise, false.</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>true if direct links to external images are allowed; false 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>true to enable the editor's Preview View; otherwise, false.</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>true if the image should be saved to the server; false 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>true to execute scripts in preview; otherwise, false.</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>true, to enable context menu scrolling; otherwise, false.</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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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>true, to display the tag inspector; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettingsBase">
|
|
<summary>
|
|
<para>Serves as a base for classes that define different settings of the ASPxHtmlEditor.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:System.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true to exclude the text within tags from the check; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadControl"/> class with default settings.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:System.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="T:System.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="T:DevExpress.Web.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="T:DevExpress.Web.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="T:DevExpress.Web.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="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorUploadControlFileSystemSettings"/> object containing file system settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase.UploadFolderUrlPath">
|
|
<summary>
|
|
<para>Specifies the relative URL path to an upload folder whose physical path is defined using the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorUploadControlFileSystemSettings.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="T:DevExpress.Web.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>true if the advanced upload mode is used; false if the standard upload mode is used.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:System.Int64"/> value that specifies the maximum file size, in bytes.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorVideoUploadValidationSettings"/> object that contains uploaded file validation settings.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.IsEmpty">
|
|
<summary>
|
|
<para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.ASPxHtmlEditor.BarDockStyle"/> object is initialized with the default values.</para>
|
|
</summary>
|
|
<value>true if the <see cref="T:DevExpress.Web.ASPxHtmlEditor.BarDockStyle"/> object is initialized with the default values; otherwise false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.CustomCssItemPreviewStyle"/> class instance with default settings.</para>
|
|
</summary>
|
|
</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, if the item is selected; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.DialogCssClassItem"/> object.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> that denotes the current <see cref="T:DevExpress.Web.ASPxHtmlEditor.DialogCssClassItem"/> object.</returns>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.DialogCssClassItems"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject interface and is the owner of the created object.</param>
|
|
</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 CommandName 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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEAlignmentCenterRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentCenterRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEAlignmentJustifyRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentJustifyRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEAlignmentLeftRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentLeftRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEAlignmentRightRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEAlignmentRightRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEBackColorRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEBackColorRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEBoldRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEBoldRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HECheckSpellingRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECheckSpellingRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HECopySelectionRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECopySelectionRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HECustomCssRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECustomCssRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.HERibbonCustomCssListBoxProperties"/> object containing combo box specific settings.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HECustomDialogRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECustomDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HECutSelectionRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECutSelectionRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HECutSelectionRibbonCommand"/> class with the specified item size.</para>
|
|
</summary>
|
|
<param name="size">Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HECutSelectionRibbonCommand"/> class with the specified item size.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HECutSelectionRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableColumnRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableColumnRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRowRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEDeleteTableRowRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HEEditingRibbonGroup">
|
|
<summary>
|
|
<para>A default ribbon group that contains items related to editing operations.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEEditingRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEEditingRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
<param name="text">The ribbon group's text.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEEditingRibbonGroup.Text">
|
|
<summary>
|
|
<para>Specifies the ribbon group's text.</para>
|
|
</summary>
|
|
<value>The ribbon group's text.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEExportToDocxDropDownRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToDocxDropDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEExportToMhtDropDownRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToMhtDropDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEExportToOdtDropDownRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToOdtDropDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEExportToPdfDropDownRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToPdfDropDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEExportToRtfDropDownRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToRtfDropDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEExportToTxtDropDownRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEExportToTxtDropDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HEFindAndReplaceDialogRibbonCommand">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFindAndReplaceDialogRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFindAndReplaceDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
<param name="size">The ribbon item's size.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFindAndReplaceDialogRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
<param name="text">The ribbon group's text.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFindAndReplaceDialogRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
<param name="text">The ribbon group's text.</param>
|
|
<param name="size">The ribbon item's size.</param>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEFontColorRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFontColorRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEFullscreenRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEFullscreenRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEIndentRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEIndentRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertAudioDialogRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertAudioDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertFlashDialogRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertFlashDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertImageRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertImageRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertLinkDialogRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertLinkDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertOrderedListRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertOrderedListRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertPlaceholderDialogRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertPlaceholderDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HEInsertRibbonTab">
|
|
<summary>
|
|
<para>A default ribbon tab containing Images (<see cref="T:DevExpress.Web.ASPxHtmlEditor.HEImagesRibbonGroup"/>) and Links (<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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HEInsertTableByGridHighlightingRibbonCommand">
|
|
<summary>
|
|
<para>A Ribbon item that allows you to insert a new table by grid highlighting.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableByGridHighlightingRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertTableColumnToLeftRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableColumnToLeftRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertTableColumnToRightRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableColumnToRightRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HEInsertTableDropDownRibbonCommand">
|
|
<summary>
|
|
<para>A Ribbon drop-down item that allows you to insert a new table.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableDropDownRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableDropDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
<param name="size">The ribbon item's size.</param>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRowAboveRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRowAboveRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRowBelowRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertTableRowBelowRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertUnorderedListRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertUnorderedListRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertVideoDialogRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertVideoDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEInsertYouTubeVideoDialogRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEInsertYouTubeVideoDialogRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEItalicRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEItalicRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HEMediaRibbonGroup">
|
|
<summary>
|
|
<para>A default ribbon group containing items related to working with media.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEMediaRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEMediaRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
<param name="text">The ribbon group's text.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEMediaRibbonGroup.Text">
|
|
<summary>
|
|
<para>Specifies the ribbon tab's text.</para>
|
|
</summary>
|
|
<value>The ribbon tab's text.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEMergeTableCellDownRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEMergeTableCellDownRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEMergeTableCellRightRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEMergeTableCellRightRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEOutdentRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEOutdentRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEPasteFromWordRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPasteFromWordRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEPasteSelectionRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPasteSelectionRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEPrintRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEPrintRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HERedoRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERedoRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HERemoveFormatRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERemoveFormatRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HEReviewRibbonTab">
|
|
<summary>
|
|
<para>A default ribbon tab containing ribbon groups related to a review.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEReviewRibbonTab.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEReviewRibbonTab.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
<param name="text">The ribbon tab's text.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HEReviewRibbonTab.Text">
|
|
<summary>
|
|
<para>Specifies the ribbon tab's text.</para>
|
|
</summary>
|
|
<value>The ribbon tab's text.</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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"></see> enumeration values.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HERibbonColorCommandBase.Name">
|
|
<summary>
|
|
<para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HERibbonColorCommandBase"/> 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true, to delete existing items; false, 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HERibbonComboBoxCommandBase"/> class.</para>
|
|
</summary>
|
|
<value></value>
|
|
</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HERibbonCommandBase"/> class.</para>
|
|
</summary>
|
|
<value></value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HERibbonDropDownCommandBase"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonDropDownCommandBase.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="M:DevExpress.Web.ASPxHtmlEditor.HERibbonDropDownCommandBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="P:DevExpress.Web.ASPxHtmlEditor.HERibbonDropDownCommandBase.Name">
|
|
<summary>
|
|
<para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HERibbonDropDownCommandBase"/> class.</para>
|
|
</summary>
|
|
<value></value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HERibbonGroupBase"/> class.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonGroupBase.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HERibbonGroupBase"/> object.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> that represents the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HERibbonGroupBase"/> object.</returns>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HERibbonTabBase"/> class.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HERibbonTabBase.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HERibbonTabBase"/> object.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> that represents the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HERibbonTabBase"/> object.</returns>
|
|
</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HERibbonToggleCommandBase"/> class.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HESelectAllRibbonCommand">
|
|
<summary>
|
|
<para>A Ribbon item that allows you to select all content.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESelectAllRibbonCommand.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESelectAllRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
<param name="size">The ribbon item's size.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESelectAllRibbonCommand.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
<param name="text">The ribbon command's text.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESelectAllRibbonCommand.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
<param name="text">The command's text.</param>
|
|
<param name="size">The ribbon item's size.</param>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HESpellingRibbonGroup">
|
|
<summary>
|
|
<para>A default ribbon group containing the Check Spelling (<see cref="T:DevExpress.Web.ASPxHtmlEditor.HECheckSpellingRibbonCommand"/> item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESpellingRibbonGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESpellingRibbonGroup.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
<param name="text">The ribbon group's text.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HESpellingRibbonGroup.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HESplitTableCellHorizontallyRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESplitTableCellHorizontallyRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HESplitTableCellVerticallyRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESplitTableCellVerticallyRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEStrikeoutRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEStrikeoutRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HESubscriptRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESubscriptRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HESuperscriptRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HESuperscriptRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HETableCellPropertiesRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableCellPropertiesRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HETableColumnPropertiesRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableColumnPropertiesRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HETableLayoutRibbonTab">
|
|
<summary>
|
|
<para>A default ribbon tab containing ribbon groups related to working with a table layout.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableLayoutRibbonTab.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableLayoutRibbonTab.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the object.</para>
|
|
</summary>
|
|
<param name="text">The ribbon tab's text.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HETableLayoutRibbonTab.Text">
|
|
<summary>
|
|
<para>Specifies the ribbon tab's text.</para>
|
|
</summary>
|
|
<value>The ribbon tab's text.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HETablePropertiesRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETablePropertiesRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HETableRowPropertiesRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HETableRowPropertiesRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HETablesRibbonGroup">
|
|
<summary>
|
|
<para>A default ribbon group containing an Insert Table 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 Table Tools ribbon tab category name.</para>
|
|
</summary>
|
|
<value>A string value that specifies the tab category name.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEUnderlineRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUnderlineRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEUndoRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUndoRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HEUndoRibbonGroup">
|
|
<summary>
|
|
<para>A default ribbon group containing Undo (<see cref="T:DevExpress.Web.ASPxHtmlEditor.HEUndoRibbonCommand"/>) and Redo (<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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HEUnlinkRibbonCommand"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HEUnlinkRibbonCommand.#ctor(DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.RibbonItemSize)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HEViewRibbonTab">
|
|
<summary>
|
|
<para>A default ribbon tab containing a Views (<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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true if no default processing is required; otherwise false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlCorrectingEventArgs.Html">
|
|
<summary>
|
|
<para>Gets or sets the HTML markup representing the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlCorrectingEventArgs"/>'s content.</para>
|
|
</summary>
|
|
<value>A string value representing the editor's HTML markup.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, to enable the adaptive behavior; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HtmlEditorAreaStyleBase">
|
|
<summary>
|
|
<para>Defines the base style settings for different areas within the ASPxHtmlEditor.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyleBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAreaStyleBase"/> class.</para>
|
|
</summary>
|
|
<value></value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HtmlEditorAudioSelectorSettings">
|
|
<summary>
|
|
<para>Contains the ASPxHtmlEditor'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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HtmlEditorButtonStyles">
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of button elements used within the ASPxHtmlEditor 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorButtonStyles"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="skinOwner">An object that implements the ISkinOwner interface.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorButtonStyles.ToString">
|
|
<summary>
|
|
<para>This method is not in effect for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorButtonStyles"/> object.</para>
|
|
</summary>
|
|
<returns></returns>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorChangeElementPropertiesDialogSettings">
|
|
<summary>
|
|
<para>Contains customization settings for the form elements of the Element Properties dialog.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorChangeElementPropertiesDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorChangeElementPropertiesDialogSettings"/> 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.HtmlEditorChangeElementPropertiesDialogSettingsBase">
|
|
<summary>
|
|
<para>Serves as a base class for classes that contain customization settings for the form elements of the Element Properties dialog.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorChangeElementPropertiesDialogSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorChangeElementPropertiesDialogSettingsBase"/> 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.HtmlEditorChangeElementPropertiesDialogSettingsBase.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.HtmlEditorChangeElementPropertiesDialogSettingsBase.CssClassItems">
|
|
<summary>
|
|
<para>Provides access to a collection that can contain a list of custom CSS classes defining the element's style settings.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.DialogCssClassItems"/> object that is the collection of CSS classes.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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 BeginCallback 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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCommonViewAreaStyle"/> class.</para>
|
|
</summary>
|
|
<value></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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 attribute elements.</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFilterMode"/> enumeration values.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.Attributes">
|
|
<summary>
|
|
<para>Gets or sets the attribute 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 attribute elements.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.StyleAttributeFilterMode">
|
|
<summary>
|
|
<para>Specifies the filtering mode for style attribute elements.</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFilterMode"/> enumeration values.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.StyleAttributes">
|
|
<summary>
|
|
<para>Gets or sets the style attribute 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 style attribute elements.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.TagFilterMode">
|
|
<summary>
|
|
<para>Specifies the filtering mode for tag elements.</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFilterMode"/> enumeration values.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.Tags">
|
|
<summary>
|
|
<para>Gets or sets the tag 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 tag elements.</value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering.ToString">
|
|
<summary>
|
|
<para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContentElementFiltering"/> class.</para>
|
|
</summary>
|
|
<returns></returns>
|
|
</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true if the current item starts a group; otherwise, false.</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="T:DevExpress.Web.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true if the item is visible; otherwise false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItem"/> amongst a context menu's visible items. -1 if the item is invisible.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> object that is the owner of the current collection.</value>
|
|
</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFile"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFile.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFileCollection"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject 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{System.String})">
|
|
<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.HtmlEditorCustomDialog">
|
|
<summary>
|
|
<para>An individual custom dialog within the ASPxHtmlEditor.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 Cancel button of the custom dialog.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value representing the text within the Cancel button.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.CancelButtonVisible">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the visibility of the Cancel button within the custom dialog.</para>
|
|
</summary>
|
|
<value>true if the button is visible; otherwise false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 Ok button of the custom dialog.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value representing the text within the Ok button.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.OkButtonVisible">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the visibility of the Ok button within the custom dialog.</para>
|
|
</summary>
|
|
<value>true if the button is visible; otherwise false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.ToString">
|
|
<summary>
|
|
<para>Returns a string that identifies the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog"/> object.</para>
|
|
</summary>
|
|
<returns>A string value that identifies the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog"/> object.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 customization settings for the Change Element Properties dialog's form elements.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorChangeElementPropertiesDialogSettings"/> object that contains customization settings for form elements.</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="T:DevExpress.Web.ASPxSpellChecker.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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 DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiesDialogSettings 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 DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiesDialogSettings object that contains dialog settings.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxSpellChecker.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiestDialogSettings"/> object that contains customization settings for form elements.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormStyles"/> class with default settings.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the ISkinOwner interface.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, if the font is bold; otherwise, false.</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>true, if the font is italic; otherwise, false.</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="T:System.Web.UI.WebControls.FontUnit"/> that represents the font size.</value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentFontInfo.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentFontInfo"/>.</para>
|
|
</summary>
|
|
<returns></returns>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.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>true if the breadcrumbs element is visible; otherwise false.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, if folders are visible in the file list, otherwise, false.</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>true, if the parent folder is visible, otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true if the folder area is visible; otherwise false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorSettings">
|
|
<summary>
|
|
<para>Contains the ASPxHtmlEditor'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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, if the path panel is visible, otherwise, false.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, if the upload panel is visible; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentStyles.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.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:System.Web.UI.WebControls.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDropDownItemPickerStyle"/> class with default settings.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorImages"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="skinOwner">An object that implements the ISkinOwner interface.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorImages.CheckBoxChecked">
|
|
<summary>
|
|
<para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorImages"/> class.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorStyles">
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of different editor elements used within the ASPxHtmlEditor 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorStyles"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="skinOwner">An object that implements the ISkinOwner 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>
|
|
<value></value>
|
|
</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>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorStyles.ToString">
|
|
<summary>
|
|
<para>This method is not in effect for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorStyles"/> class.</para>
|
|
</summary>
|
|
<returns>An empty string.</returns>
|
|
</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 br 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 P or br tags are entered after an ENTER key press.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEnterMode.P">
|
|
<summary>
|
|
<para>Paragraph tag P is entered after pressing the ENTER key.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorErrorFrameCloseButtonStyle"/> class.</para>
|
|
</summary>
|
|
<value></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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManager"/> class with default settings.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.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>true if the breadcrumbs element is visible; otherwise false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, if folders are visible in the file list, otherwise, false.</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>true, if the parent folder is visible, otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerFilteringSettings">
|
|
<summary>
|
|
<para>Provides settings that affect the file manager's filtering functionality within an ASPxHtmlEditor.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerFilteringSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerFilteringSettings"/> 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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true if a special icon is displayed; false 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>true if the folder container is visible; otherwise false.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerImages"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="skinOwner">An object that implements the ISkinOwner interface.</param>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.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="T:System.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="T:DevExpress.Web.ASPxHtmlEditor.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>true to allow display the dialog; otherwise, false.</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="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerFileListSettings"/> object that contains the file list's settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerSettingsBase.FilteringSettings">
|
|
<summary>
|
|
<para>Provides access to the Html Editor's settings that affect the file manager's filtering functionality.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerFilteringSettings"/> object that contains the filtering 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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.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="T:DevExpress.Web.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="T:DevExpress.Web.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="T:DevExpress.Web.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerUploadSettings"/> object that holds settings for an upload panel.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerStyles"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the ISkinOwner 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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, if the path panel is visible, otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, if the upload is enabled; otherwise, false.</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>true, if the upload panel is visible; otherwise, false.</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="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerValidationSettings"/> object that contains validation settings.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:System.Int64"/> value that specifies the maximum file size, in bytes.</value>
|
|
</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HtmlEditorFlashSelectorSettings">
|
|
<summary>
|
|
<para>Contains the ASPxHtmlEditor'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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HtmlEditorFormsSettings">
|
|
<summary>
|
|
<para>Contains settings that are specific to customized versions of the ASPxHtmlEditor'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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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 .ascx 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="T:DevExpress.Web.ASPxHtmlEditor.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 .ascx 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="T:DevExpress.Web.ASPxHtmlEditor.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 .ascx 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 .ascx 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 .ascx 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="T:DevExpress.Web.ASPxHtmlEditor.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 .ascx 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="T:DevExpress.Web.ASPxHtmlEditor.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 .ascx 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 .ascx 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 .ascx 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.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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>true, to allow end-users edit the full document content; false 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>true if form elements are allowed within the editor's content; false 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>true if media elements are allowed within the editor's content; false 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>true if ID attributes are allowed within the editor's content; false 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>true if 'iframe' elements are allowed in the editor's content; false 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>true if the 'object' and 'embed' elements are allowed in the editor's content; false 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>true if scripts are allowed within the editor's content; false 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>true if style attributes are allowed within the editor's content; false 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>true if the 'iframe' elements containing a link to a YouTube video are allowed within the editor's content; false 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="T:DevExpress.Web.ASPxHtmlEditor.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>true, to process the copied/cut RTF content on the server side; otherwise, false.</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="T:DevExpress.Web.ASPxHtmlEditor.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 (bold) and i (italic) elements occurring within the editor's HTML markup should be replaced with the strong and em elements respectively.</para>
|
|
</summary>
|
|
<value>true if the b and i elements should be replaced with the strong and em elements within the editor's HTML markup; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlEditingSettings.UpdateDeprecatedElements">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether deprecated elements (such as u, s, strike, font, center) occurring within the editor's HTML markup should be replaced with their valid analogs.</para>
|
|
</summary>
|
|
<value>true if deprecated elements should be replaced with their valid analogs in the editor's HTML markup; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlViewSettings">
|
|
<summary>
|
|
<para>Contains settings that relate to the ASPxHtmlEditor'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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, to enable auto completion; otherwise, false.</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>true, to enable tag auto closing; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlViewSettings.HighlightActiveLine">
|
|
<summary>
|
|
<para>Specifies if an active line is highlighted.</para>
|
|
</summary>
|
|
<value>true, to highlight the active line; otherwise, false.</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>true, to highlight matching tags; otherwise, false.</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="T:DevExpress.Web.ASPxHtmlEditor.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>true, to show collapse tag buttons; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorHtmlViewSettings.ShowLineNumbers">
|
|
<summary>
|
|
<para>Specifies the line number visibility.</para>
|
|
</summary>
|
|
<value>true, to display line numbers; otherwise, false.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the ISkinOwner interface.</param>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.CloseButtonImageName">
|
|
<summary>
|
|
<para>Represents the file name of the CloseButton image displayed within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control's dialog windows.This name is equal to "heCloseButton.gif".</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsBottomImageName">
|
|
<summary>
|
|
<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 Insert Image dialog.This name is equal to "heConstrainProportionsBottom".</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsBottomRtlImageName">
|
|
<summary>
|
|
<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 Insert Image dialog, when the right-to-left layout is applied.This name is equal to "heConstrainProportionsBottomRtl".</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsMiddleOnImageName">
|
|
<summary>
|
|
<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 Insert Image dialog.This name is equal to "heConstrainProportionsMiddleOn".</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsMiddleOnRtlImageName">
|
|
<summary>
|
|
<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 Insert Image dialog, when the right-to-left layout is applied.This name is equal to "heConstrainProportionsMiddleOnRtl".</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsOffImageName">
|
|
<summary>
|
|
<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 Insert Image dialog.This name is equal to "heConstrainProportionsMiddleOff".</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsOffRtlImageName">
|
|
<summary>
|
|
<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 Insert Image dialog, when the right-to-left layout is applied.This name is equal to "heConstrainProportionsMiddleOffRtl".</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsTopImageName">
|
|
<summary>
|
|
<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 Insert Image dialog.This name is equal to "heConstrainProportionsTop".</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ConstrainProportionsTopRtlImageName">
|
|
<summary>
|
|
<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 Insert Image dialog, when the right-to-left layout is applied.This name is equal to "heConstrainProportionsTopRtl".</para>
|
|
</summary>
|
|
<value></value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.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="T:DevExpress.Web.HeaderButtonImageProperties"/> object that contains image settings.</value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.ErrorFrameCloseButtonImageName">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</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 Insert image 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 Insert image 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 Insert image 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 Insert image 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 Insert image 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 Insert image 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 Insert image 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 Insert image 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 Reset Button 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>
|
|
<value></value>
|
|
</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="T:DevExpress.Web.MenuIconSetType"/> enumeration values.</value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.Reset">
|
|
<summary>
|
|
<para>Returns the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ImageProperties"/> object containing image settings.</value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.SizeGripImageName">
|
|
<summary>
|
|
<para>Represents the name of the Size Grip image file.This name is equal to "heSizeGrip".</para>
|
|
</summary>
|
|
<value></value>
|
|
</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>The name of the Size Grip image file when the right-to-left layout layout is applied.This name is equal to "heSizeGripRtl".</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.TagInspectorChangeElementButton">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the tag inspector's Change Element button.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.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>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages.TagInspectorRemoveElementButton">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the tag inspector's Remove Element button.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.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>
|
|
<value></value>
|
|
</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="T:DevExpress.Web.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>
|
|
<value></value>
|
|
</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>Represents the file name of the ToolbarPopOut image displayed within specific toolbar buttons of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control.This name is equal to "heToolbarPopOut.gif".</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImageSelectorSettings">
|
|
<summary>
|
|
<para>Contains the ASPxHtmlEditor'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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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.Doc">
|
|
<summary>
|
|
<para>Identifies Microsoft Office (97-2003) document format (.doc).</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorAudioUploadSettings"/> object that contains upload settings.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorFlashUploadSettings"/> object that contains upload settings.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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>true, to display the form section, otherwise, false.</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>true, to display the form section, otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertImageDialogSettings.ShowMoreOptionsButton">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the More options check box is displayed within the Insert Image dialog form.</para>
|
|
</summary>
|
|
<value>true, to display the More options check box; otherwise, false.</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>true, to display the form element, otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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>true, to display the form element, otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertLinkDialogSettings.ShowEmailAddressSection">
|
|
<summary>
|
|
<para>Specifies if the E-mail address section is displayed in the Insert Link dialog.</para>
|
|
</summary>
|
|
<value>true, if E-mail address section is displayed; otherwise, false.</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>true, to display the form element, otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, to display the form section; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettings.ShowInsertFromWebSection">
|
|
<summary>
|
|
<para>Specifies if the From the web (URL) section is displayed in the Insert Image dialog.</para>
|
|
</summary>
|
|
<value>true, if From the web (URL) section is displayed; otherwise, false.</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>true, to display the form element, otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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 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.HtmlEditorInsertMediaDialogSettingsBase.ShowMoreOptionsButton">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the More options check box is displayed within the editor's built-in dialogs.</para>
|
|
</summary>
|
|
<value>true, to display the More options check box; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorInsertMediaDialogSettingsBase.ShowStyleSettingsSection">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the Style Settings section (tab) is displayed within the editor's built-in dialogs.</para>
|
|
</summary>
|
|
<value>true, to display the Style Settings section; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, to display the form section, otherwise, false.</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>true, to display the form section, otherwise, false.</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>true, to display the form section, otherwise, false.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorVideoUploadSettings"/> object that contains upload settings.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorMenuStyles"/> class.</para>
|
|
</summary>
|
|
<returns>An empty string.</returns>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, to display the form element, otherwise, false.</value>
|
|
</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyle"/> class with default settings.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyles"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the ISkinOwner 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 ASPxHtmlEditor.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 ASPxHtmlEditor.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarItemStyle"/> object that contains style settings.</value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyles.PasteOptionsBarItemStyleName">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyles.PasteOptionsBarStyleName">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholderItem"/> object that is the newly created item.</returns>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:System.String"/> that specifies the item value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholdersSettings">
|
|
<summary>
|
|
<para>Contains settings that relate to placeholders in ASPxHtmlEditor.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholdersSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 IValidationSettings 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.HtmlEditorResizeSettings">
|
|
<summary>
|
|
<para>Contains settings that relate to the ASPxHtmlEditor'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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true if resizing is allowed; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonContextTabCategoryCollection"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the 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="T:DevExpress.Web.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonContextTabCategoryCollection"/> collection belongs.</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control that owns the collection.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonPopupMenuStyles"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the ISkinOwner interface.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonPopupMenuStyles.CssFilePath">
|
|
<summary>
|
|
<para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonPopupMenuStyles"/> class.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonStyles">
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of ribbon toolbar elements used within the ASPxHtmlEditor 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonStyles"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the ISkinOwner 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabControlStyles"/> object that contains style settings.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabCollection"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject 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="T:DevExpress.Web.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabCollection"/> collection belongs.</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control that owns the collection.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabControlStyles"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the ISkinOwner interface.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabControlStyles.CssFilePath">
|
|
<summary>
|
|
<para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRibbonTabControlStyles"/> class.</para>
|
|
</summary>
|
|
<value></value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, to display items on one line; false, to display items on several lines.</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 ASPxHtmlEditor 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRoundPanelStyles"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the ISkinOwner interface.</param>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRoundPanelStyles.ControlCssClass">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</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>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRoundPanelStyles.CssFilePath">
|
|
<summary>
|
|
<para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRoundPanelStyles"/> class.</para>
|
|
</summary>
|
|
<value></value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:System.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:System.String"/> value specifying the keyboard combination.</value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut.ToString">
|
|
<summary>
|
|
<para>Returns the string that denotes the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut"/> object.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value that denotes the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorShortcut"/> object.</returns>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarSizeGripStyle"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarSizeGripStyle.Font">
|
|
<summary>
|
|
<para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarSizeGripStyle"/> class.</para>
|
|
</summary>
|
|
<value></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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 ASPxHtmlEditor'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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the ISkinOwner 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 ASPxHtmlEditor'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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles"/> class.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles.Reset">
|
|
<summary>
|
|
<para>Returns the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 ASPxHtmlEditor'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 ASPxHtmlEditor'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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarTabStyle"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles">
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of the ASPxHtmlEditor'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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 ASPxHtmlEditor'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>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.DesignViewArea">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the ASPxHtmlEditor'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>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.HtmlViewArea">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the ASPxHtmlEditor'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>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.LoadingDiv">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the ASPxHtmlEditor'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 ASPxHtmlEditor'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 ASPxHtmlEditor'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>
|
|
<value></value>
|
|
</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>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.TagInspectorControlsTagsContainerCssClass">
|
|
<summary>
|
|
<para>For internal use only. Returns "dxhe-tagsContainer".</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.TagInspectorWrapperCssClass">
|
|
<summary>
|
|
<para>For internal use only. Returns "dxhe-tiWrapper".</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles.ToString">
|
|
<summary>
|
|
<para>This method is not in effect for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 ASPxHtmlEditor'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>
|
|
<value></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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true, to display the form element, otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the ISkinOwner 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.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>
|
|
<value></value>
|
|
</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="T:DevExpress.Web.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="T:DevExpress.Web.ASPxHtmlEditor.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>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.HtmlEditorTagInspectorStyles.SelectedTagStyleName">
|
|
<summary>
|
|
<para>For internal use only. Returns "SelectedTag".</para>
|
|
</summary>
|
|
<value></value>
|
|
</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="T:DevExpress.Web.ASPxHtmlEditor.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>
|
|
<value></value>
|
|
</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="T:DevExpress.Web.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>
|
|
<value></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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 HtmlEditorToolbarItem 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 StandardToolbar1 default toolbar and populates it with relevant default items.</para>
|
|
</summary>
|
|
<returns>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> object representing the StandardToolbar1.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.CreateStandardToolbar2">
|
|
<summary>
|
|
<para>Creates the StandardToolbar2 default toolbar, and populates it with relevant default items.</para>
|
|
</summary>
|
|
<returns>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> object representing the StandardToolbar2.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.CreateStandardToolbar2(System.Boolean)">
|
|
<summary>
|
|
<para>Creates the StandardToolbar2 default toolbar, populates it with relevant default items, specifying whether the layout of the toolbar is reversed.</para>
|
|
</summary>
|
|
<param name="rtl">true to reverse the layout of the toolbar; otherwise false.</param>
|
|
<returns>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> object which is the StandardToolbar2.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar.CreateTableToolbar">
|
|
<summary>
|
|
<para>Creates the TableToolbar default toolbar and populates it with relevant default items.</para>
|
|
</summary>
|
|
<returns>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> object representing the TableToolbar.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> object.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value that represents the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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>true if the toolbar is visible; otherwise false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> amongst the visible toolbars. -1 if the toolbar is invisible.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarCollection"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject 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)">
|
|
<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.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 HtmlEditorToolbarItem 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.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">true to reverse the layout of the toolbars; otherwise false.</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="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> object which is the item with the specified name.</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.#ctor(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.</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,System.String,DevExpress.Web.ASPxHtmlEditor.ViewStyle)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.</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="T:System.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>true if the current item starts a group; otherwise, false.</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>true if the item is visible; otherwise false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem"/> amongst the toolbar's visible items. -1 if the toolbar item is invisible.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItemCollection"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject interface.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItemCollection.FindByCommandName(System.String)">
|
|
<summary>
|
|
<para>Returns an item object with the specified CommandName property value.</para>
|
|
</summary>
|
|
<param name="commandName">The command name.</param>
|
|
<returns>An item object with a specific command name.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItemCollection.ForEach(System.Action{DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem})">
|
|
<summary>
|
|
<para>Performs the specified action on each element of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:System.String"/> value specifying the folder path.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HtmlEditorUserControl">
|
|
<summary>
|
|
<para>Represents a user control class to be used within the ASPxHtmlEditor.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorUserControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:System.String"/> value specifying the user control identifier generated by ASP.NET.</value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the validation has been completed successfully; otherwise, false. 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>true if the validation has been completed successfully; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings">
|
|
<summary>
|
|
<para>Contains the ASPxHtmlEditor's content validation settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HtmlEditorVideoSelectorSettings">
|
|
<summary>
|
|
<para>Contains the ASPxHtmlEditor'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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.HtmlEditorView">
|
|
<summary>
|
|
<para>Specifies the ASPxHtmlEditor'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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorViewAreaStyle"/> class.</para>
|
|
</summary>
|
|
<value></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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorViewModeTabControlStyles"/> class.</para>
|
|
</summary>
|
|
<param name="owner">An ISkinOwner 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 ASPxHtmlEditor'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 ASPxHtmlEditor'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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.InsertImageCssClassItems"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject interface.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.InsertMediaCssClassItems"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject interface.</param>
|
|
</member>
|
|
<member name="N:DevExpress.Web.ASPxHtmlEditor.Localization">
|
|
<summary>
|
|
<para>Contains classes and enumerations that implement basic functionality for localization of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/> control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorLocalizer">
|
|
<summary>
|
|
<para>Provides a means to localize the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s UI elements at runtime.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorLocalizer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.Localization.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="T:System.String"/> corresponding to the specified identifier.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorResLocalizer">
|
|
<summary>
|
|
<para>Provides a means to localize the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>'s UI elements at runtime.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorResLocalizer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorResLocalizer"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId">
|
|
<summary>
|
|
<para>Contains strings that can be localized for the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor"/>. For more information, refer to the topic.</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.Default Value: "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.Default Value: "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.Default Value: "Match case"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_Next">
|
|
<summary>
|
|
<para>The text displayed in the Next button in the Find and Replace Dialog.Default Value: "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 Results list box in the Find and Replace Dialog.Default Value: "{0} of {1}"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_Previous">
|
|
<summary>
|
|
<para>The text displayed in the Previous button in the Find and Replace Dialog.Default Value: "Previous"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_Replace">
|
|
<summary>
|
|
<para>The text displayed in the Replace button in the Find and Replace Dialog.Default Value: "Replace"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.AdvancedSearch_ReplaceAll">
|
|
<summary>
|
|
<para>The text displayed in the Replace All button in the Find and Replace Dialog.Default Value: "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.Default Value: "{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.Default Value: "{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.Default Value: "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.Default Value: "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.Default Value: "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.Default value: "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.Default value: "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.Default Value: "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.Default Value: "Cancel"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ButtonChange">
|
|
<summary>
|
|
<para>A text displayed in a change button within Dialogs.Default Value: "Change"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ButtonInsert">
|
|
<summary>
|
|
<para>A text displayed in an insert button within Dialogs.Default Value: "Insert"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ButtonOk">
|
|
<summary>
|
|
<para>A text displayed in an OK button within Dialogs.Default Value: "OK"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ButtonSelect">
|
|
<summary>
|
|
<para>A text displayed in a select button within Dialogs.Default Value: "Select"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ButtonUpload">
|
|
<summary>
|
|
<para>A text displayed in an upload button within Dialogs.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "CSS class"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_CustomSize">
|
|
<summary>
|
|
<para>The text of a Size combo box item (in Image Dialogs) specifying that an image is displayed in custom size, and showing size editors.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "New image name"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_OriginalSize">
|
|
<summary>
|
|
<para>The text of a Size combo box item (in Image Dialogs) specifying that an image is displayed in original size.Default Value: "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.Default Value: "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.Default Value: "Position"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_PositionCenter">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Image Dialogs) specifying that an image is positioned at the center.Default Value: "Center"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_PositionLeft">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Image Dialogs) specifying that an image is left-aligned.Default Value: "Left-aligned"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_PositionNotSet">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Image Dialogs) specifying that the position for an image is not set. Default Value: "" (Empty)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.ImageProps_PositionRight">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Image Dialogs) specifying that an image is right-aligned.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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. Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "Position"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PositionCenter">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Audio Dialogs) specifying that an audio player is positioned at the center.Default Value: "Center"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PositionLeft">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Audio Dialogs) specifying that an audio player is left-aligned.Default Value: "Left"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PositionNotSet">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Audio Dialogs) specifying that the position for an audio file is not set. Default Value: "" (Empty)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PositionRight">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Audio Dialogs) specifying that an audio player is right-aligned.Default Value: "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.Default Value: "Preload mode"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PreloadAuto">
|
|
<summary>
|
|
<para>The text of a Preload mode combo box item (in Audio Dialogs) specifying that the browser will load the entire audio file when the page loads.Default Value: "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.Default Value: "Auto - The browser loads the entire video when the page loads Metadata - The browser loads only metadata when the page loadsNone - 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 Preload mode combo box item (in Audio Dialogs) specifying that the browser will load only metadata when the page loads.Default Value: "Metadata"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertAudio_PreloadNone">
|
|
<summary>
|
|
<para>The text of a Preload mode combo box item (in Audio Dialogs) specifying that the browser won't load the audio when the page loads.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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. Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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. Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "Position"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_PositionCenter">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Flash Dialogs) specifying that a flash player is positioned at the center.Default Value: "Center"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_PositionLeft">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Flash Dialogs) specifying that a flash player is left-aligned.Default Value: "Left"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_PositionNotSet">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Flash Dialogs) specifying that the position for a FLASH file is not set. Default Value: "" (Empty)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_PositionRight">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Flash Dialogs) specifying that a flash player is right-aligned.Default Value: "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.Default Value: "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.Default Value: "Quality"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_QualityAutoHigh">
|
|
<summary>
|
|
<para>The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in the 'autohigh' quality.Default Value: "Auto High"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_QualityAutoLow">
|
|
<summary>
|
|
<para>The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in the 'autolow' quality.Default Value: "Auto Low"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_QualityBest">
|
|
<summary>
|
|
<para>The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in the 'best' quality.Default Value: "Best"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_QualityHigh">
|
|
<summary>
|
|
<para>The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in 'high' quality.Default Value: "High"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_QualityLow">
|
|
<summary>
|
|
<para>The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in 'low' quality.Default Value: "Low"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertFlash_QualityMedium">
|
|
<summary>
|
|
<para>The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in 'medium' quality.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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. Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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 SelectorDefault Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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 tableDefault Value: "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 Width or Height combo box item (in Table Dialogs) specifying that the corresponding table size is fitted to contents automatically.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "Border size"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Both">
|
|
<summary>
|
|
<para>The text of a Headers combo box item (in Table Dialogs) specifying that cells of the first table row and the first table column are headers of the table.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "Columns"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_Custom">
|
|
<summary>
|
|
<para>The text of the Width or Height combo box item (in Table Dialogs) specifying that the corresponding table size is specified manually in pixels.Default Value: "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.Default Value: "Equal column widths"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_FirstColumn">
|
|
<summary>
|
|
<para>The text of a Headers combo box item (in Table Dialogs) specifying that cells of the first table column are headers of the table.Default Value: "First Column"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_FirstRow">
|
|
<summary>
|
|
<para>The text of a Headers combo box item (in Table Dialogs) specifying that cells of the first table row are headers of the table.Default Value: "First Row"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertTable_FullWidth">
|
|
<summary>
|
|
<para>The text of a Width combo box item (in Table Dialogs) specifying that the table is stretched to the full width of the browser window.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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. Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "Position"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PositionCenter">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Video Dialogs) specifying that a video player is positioned at the center.Default Value: "Center"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PositionLeft">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Video Dialogs) specifying that a video player is left-aligned.Default Value: "Left"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PositionNotSet">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Video Dialogs) specifying that the position for a video file is not set. Default Value: "" (Empty)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PositionRight">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in Video Dialogs) specifying that a video player is right-aligned.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "Preload mode"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PreloadAuto">
|
|
<summary>
|
|
<para>The text of a Preload mode combo box item (in Video Dialogs) specifying that the browser will load the entire video when the page loads.Default Value: "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.Default Value: "Auto - The browser loads the entire video when the page loads Metadata - The browser loads only metadata when the page loadsNone - 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 Preload mode combo box item (in Video Dialogs) specifying that the browser will load only metadata when the page loads.Default Value: "Metadata"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertVideo_PreloadNone">
|
|
<summary>
|
|
<para>The text of a Preload mode combo box item (in Video Dialogs) specifying that the browser won't load the video when the page loads.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "Insert YouTube Video"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_AllowFullscreen">
|
|
<summary>
|
|
<para>The label of a section where you can specify whether the video can be displayed in a full screen mode. Default Value: "Allow fullscreen"</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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "Position"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_PositionCenter">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in YouTube Video Dialogs) specifying that a YouTube video player is positioned at the center.Default Value: "Center"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_PositionLeft">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in YouTube Video Dialogs) specifying that a YouTube video player is left-aligned.Default Value: "Left"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_PositionNotSet">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in YouTube Video Dialogs) specifying that the position for a YouTube video file is not set. Default Value: "" (Empty)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.InsertYouTubeVideo_PositionRight">
|
|
<summary>
|
|
<para>The text of a Position combo box item (in YouTube Video Dialogs) specifying that a YouTube video player is right-aligned.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "Invalid YouTube video URL. Please make sure your URL is like the following: "</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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "Paragraph"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.PasteRtf_Instructions">
|
|
<summary>
|
|
<para>The explanatory text displayed in Paste from Word.Default Value: "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 Paste from Word dialog box, specifying whether a source font is stripped.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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. Default Value: "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.Default value: "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.Default value: "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. Default Value: "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.Default value: "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.Default value: "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.Default value: "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.Default value: "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.Default Value: "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.Default value: "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.Default value: "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. Default Value: "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.Default value: "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.Default value: "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.Default value: "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.Default value: "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.Default value: "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.Default value: "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.Default Value: "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.Default Value: "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.Default value: "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.Default value: "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.Default value: "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.Default value: "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.Default value: "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.Default value: "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.Default value: "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.Default Value: "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.Default Value: "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.Default value: "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.Default Value: "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.Default value: "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.Default value: "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.Default value: "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.Default Value: "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.Default value: "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.Default value: "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..Default Value: "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).Default Value: "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).Default Value: "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).Default Value: "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).Default Value: "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).Default Value: "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).Default Value: "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).Default Value: "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).Default Value: "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).Default Value: "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).Default Value: "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).Default Value: "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).Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "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.Default Value: "Column Properties..."</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.Localization.ASPxHtmlEditorStringId.TableElementInconsistentColor">
|
|
<summary>
|
|
<para>The text displayed in the Background color color editor in the Column Properties and Row Properties dialogs when the current column or row contains cells with different background colors.Default Value: "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.Default Value: "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.Default Value: "Row Properties..."</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.PastedImageSavingEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.PastedImageSaving"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.PastedImageSavingEventArgs.InnerHTML">
|
|
<summary>
|
|
<para>Gets or sets HTML content (inner HTML) that will be rendered inside the HTML tag specified in the <see cref="P:DevExpress.Web.ASPxHtmlEditor.PastedImageSavingEventArgs.TagName"/> property.</para>
|
|
</summary>
|
|
<value>A string value specifying the HTML content.</value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.PastedImageSavingEventArgs.SetAttribute(System.String,System.String)">
|
|
<summary>
|
|
<para>Specifies any attribute (including the data-* attributes) of the resulting HTML element.</para>
|
|
</summary>
|
|
<param name="name">A string value specifying the attribute name.</param>
|
|
<param name="value">A string value specifying the attribute's new value.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.PastedImageSavingEventArgs.SetStyleAttribute(System.String,System.String)">
|
|
<summary>
|
|
<para>Specifies a CSS property in the 'style' attribute of the resulting HTML element.</para>
|
|
</summary>
|
|
<param name="name">A string value specifying the style attribute name.</param>
|
|
<param name="value">A string value specifying the style attribute's new value.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.PastedImageSavingEventArgs.TagName">
|
|
<summary>
|
|
<para>Gets or sets the root HTML element of the resulting HTML element.</para>
|
|
</summary>
|
|
<value>A string value specifying the HTML element tag.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.PastedImageSavingEventHandler">
|
|
<summary>
|
|
<para>Represents a method that will handle the ASPxHtmlEditor's <see cref="E:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditor.PastedImageSaving"/> event.</para>
|
|
</summary>
|
|
<param name="source">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.Web.ASPxHtmlEditor.PastedImageSavingEventArgs"/> class instance containing event data.</param>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.PopOutImageProperties"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.PopOutImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="M:DevExpress.Web.ASPxHtmlEditor.PopOutImageProperties.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarBackColorButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarBackColorButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarBackColorButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarBackColorButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarBackColorButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarBoldButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarBoldButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarBoldButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarBoldButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarBoldButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCheckSpellingButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCheckSpellingButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCheckSpellingButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCheckSpellingButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCheckSpellingButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:System.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"></see> 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="T:DevExpress.Web.ColorEditItemCollection"/> instance that is the collection of items.</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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,DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 ToolbarCustomListEditItem 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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. 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,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false. 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,System.Boolean,System.Boolean,DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false. 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 ToolbarCustomListEditItem objects to populate the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBox.Items"/> collection.</param>
|
|
</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.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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.</param>
|
|
<param name="commandName">A <see cref="T:System.String"/> value that identifies the executed command.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarComboBoxBase.#ctor(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.</param>
|
|
<param name="commandName">A <see cref="T:System.String"/> value that identifies the executed command.</param>
|
|
<param name="toolTip">A <see cref="T:System.String"/> value that specifies the created toolbar item's tooltip text.</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.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCopyButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCopyButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCopyButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCopyButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCopyButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssEdit"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem.#ctor(System.String,System.Object,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.</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,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="P:System.Web.UI.WebControls.Style.CssClass"/> 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="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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject interface and represents the owner of the created object.</param>
|
|
</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(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)">
|
|
<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(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.</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.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.</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)">
|
|
<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(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 <see cref="P:System.Web.UI.WebControls.Style.CssClass"/> 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection"/> at the specified index.</para>
|
|
</summary>
|
|
<param name="index">An integer value that is the zero-based index of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem"/> to retrieve from the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItemCollection"/>.</param>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomCssListEditItem"/> object, that is an item with the specified index.</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDialogButton.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. 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.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false. 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.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,System.String,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.Visible"/> 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:js-ASPxClientCommandConsts.CUSTOMDIALOG_COMMAND.static"/> 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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomDropDownBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 tooltip 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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:System.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomItem"/> object.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> that denotes the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItem.#ctor(System.String,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItemCollection"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCustomListEditItem"/> object that is the item located at the specified index within the collection.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCutButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCutButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCutButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarCutButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarCutButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableColumnButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableColumnButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableColumnButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableColumnButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableColumnButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableRowButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableRowButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableRowButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableRowButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDeleteTableRowButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownBase"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownBase.#ctor(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.</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.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.ToolbarDropDownItemPicker">
|
|
<summary>
|
|
<para>Implements a dropdown item picker custom toolbar item functionality.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 ToolbarItemPickerItem 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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. 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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false. 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,System.Boolean,System.Boolean,DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false. 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 ToolbarItemPickerItem objects to populate the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarDropDownItemPicker.Items"/> collection.</param>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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,DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 ToolbarMenuItem 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,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. 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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false. 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,System.Boolean,DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem.BeginGroup"/> property.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false. 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 ToolbarMenuItem 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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownButton"/> class with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.ToolbarExportDropDownItem">
|
|
<summary>
|
|
<para>An individual item within a toolbar drop down export menu.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownItem"/> class with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarExportDropDownItem.#ctor(DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat,System.String,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. 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.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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,System.String,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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">true if the current toolbar item starts a group; otherwise, false. Initializes the <see cref="P:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItem.BeginGroup"/> property.</param>
|
|
</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="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"/> enumeration values.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFindAndReplaceDialogButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFindAndReplaceDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFindAndReplaceDialogButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true, to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontColorButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontColorButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontColorButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontColorButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontColorButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontNameEdit"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFontSizeEdit"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFullscreenButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFullscreenButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFullscreenButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarFullscreenButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarFullscreenButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarIndentButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarIndentButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarIndentButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarIndentButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarIndentButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertAudioDialogButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertAudioDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertAudioDialogButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true, to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertFlashDialogButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertFlashDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertFlashDialogButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true, to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertImageDialogButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertImageDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertImageDialogButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertImageDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertImageDialogButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertLinkDialogButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertLinkDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertLinkDialogButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertLinkDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertLinkDialogButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertOrderedListButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertOrderedListButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertOrderedListButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertOrderedListButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertOrderedListButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertPlaceholderDialogButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertPlaceholderDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertPlaceholderDialogButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true, to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToLeftButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToLeftButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToLeftButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToLeftButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToLeftButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToRightButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToRightButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToRightButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToRightButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableColumnToRightButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableDialogButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableDialogButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableDialogButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowAboveButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowAboveButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowAboveButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowAboveButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowAboveButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowBelowButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowBelowButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowBelowButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowBelowButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertTableRowBelowButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertUnorderedListButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertUnorderedListButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertUnorderedListButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertUnorderedListButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertUnorderedListButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertVideoDialogButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertVideoDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertVideoDialogButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true, to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertYouTubeVideoDialogButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertYouTubeVideoDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarInsertYouTubeVideoDialogButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItalicButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItalicButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItalicButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItalicButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItalicButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.ToolbarItemBase">
|
|
<summary>
|
|
<para>The base class for toolbar items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase"/> class with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemBase.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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="T:DevExpress.Web.ASPxHtmlEditor.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="T:System.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="T:System.String"/> value that specifies the text content of the item's tooltip.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemCollectionBase`1">
|
|
<summary>
|
|
<para>The base class for collections of toolbar items.</para>
|
|
</summary>
|
|
<typeparam name="T"></typeparam>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemCollectionBase`1.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemCollectionBase`1"/> 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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemCollectionBase`1"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject interface.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemCollectionBase`1.FindByText(System.String)">
|
|
<summary>
|
|
<para>Returns an item object with the specified Text property value.</para>
|
|
</summary>
|
|
<param name="text">A <see cref="T:System.String"/> value, which is the Text property value of the required item.</param>
|
|
<returns>A T object with a specific value of the Text 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="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbar"/> object that owns the collection.</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemImageProperties.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemImageProperties"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="url">A string value specifying the image location.</param>
|
|
</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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="M:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItem.#ctor(System.String,System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemPickerItemCollection"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject interface and represents the owner of the created object.</param>
|
|
</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)">
|
|
<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(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="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="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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarItemStyle"/> class with default settings.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyCenterButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyCenterButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyCenterButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyCenterButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyCenterButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyFullButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyFullButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyFullButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyFullButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyFullButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyLeftButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyLeftButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyLeftButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyLeftButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyLeftButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyRightButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyRightButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyRightButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyRightButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarJustifyRightButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="M:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItem.#ctor(System.String,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject interface and represents the owner of the created object.</param>
|
|
</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)">
|
|
<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="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,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="P:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItemCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.ToolbarListEditItem"/> object that is the item located at the specified index within the collection.</value>
|
|
</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.#ctor(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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(System.String,System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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>true if the current item starts a group; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMenuItemCollection"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the IWebControlObject 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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellDownButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellDownButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellDownButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellDownButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellDownButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellRightButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellRightButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellRightButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellRightButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarMergeTableCellRightButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarOutdentButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarOutdentButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarOutdentButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarOutdentButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarOutdentButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarParagraphFormattingEdit"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteFromWordButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteFromWordButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteFromWordButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteFromWordButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPasteFromWordButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPrintButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPrintButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPrintButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarPrintButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarPrintButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarRedoButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarRedoButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarRedoButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarRedoButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarRedoButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarRemoveFormatButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarRemoveFormatButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarRemoveFormatButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarRemoveFormatButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarRemoveFormatButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSelectAllButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSelectAllButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSelectAllButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true, to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellHorizontallyButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellHorizontallyButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellHorizontallyButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellHorizontallyButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellHorizontallyButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellVerticallyButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellVerticallyButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellVerticallyButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellVerticallyButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSplitTableCellVerticallyButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.ToolbarsStyles">
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of specific elements within the ASPxHtmlEditor'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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the ISkinOwner interface.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.BarDockControl">
|
|
<summary>
|
|
<para>Gets the style settings that define the appearance of the ASPxHtmlEditor'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>
|
|
<value></value>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles"/> class.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.Reset">
|
|
<summary>
|
|
<para>Returns the <see cref="T:DevExpress.Web.ASPxHtmlEditor.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="T:DevExpress.Web.ASPxHtmlEditor.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 ASPxHtmlEditor 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 ASPxHtmlEditor 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>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles.ToolbarStyleName">
|
|
<summary>
|
|
<para>For internal use only. Reserved for future use.</para>
|
|
</summary>
|
|
<value></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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarStrikethroughButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarStrikethroughButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarStrikethroughButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarStrikethroughButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarStrikethroughButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarStyle"/> class with default settings.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSubscriptButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSubscriptButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSubscriptButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSubscriptButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSubscriptButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSuperscriptButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSuperscriptButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSuperscriptButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarSuperscriptButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarSuperscriptButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableCellPropertiesDialogButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableCellPropertiesDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableCellPropertiesDialogButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableCellPropertiesDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableCellPropertiesDialogButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableColumnPropertiesDialogButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableColumnPropertiesDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableColumnPropertiesDialogButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableColumnPropertiesDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableColumnPropertiesDialogButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableOperationsDropDownButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableOperationsDropDownButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableOperationsDropDownButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTablePropertiesDialogButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTablePropertiesDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTablePropertiesDialogButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTablePropertiesDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTablePropertiesDialogButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableRowPropertiesDialogButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableRowPropertiesDialogButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableRowPropertiesDialogButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarTableRowPropertiesDialogButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarTableRowPropertiesDialogButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUnderlineButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUnderlineButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUnderlineButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUnderlineButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUnderlineButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUndoButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUndoButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUndoButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUndoButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUndoButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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 <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUnlinkButton"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUnlinkButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUnlinkButton"/> class with the specified setting.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxHtmlEditor.ToolbarUnlinkButton.#ctor(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarUnlinkButton"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="beginGroup">true if the current toolbar item starts a group; otherwise, false.</param>
|
|
<param name="visible">true to display the current toolbar item; otherwise, false.</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.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>
|
|
</members>
|
|
</doc> |