The EditorPlugInAttribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EditorPlugInAttribute | Initializes a new instance of the EditorPlugInAttribute class |
Methods
| Name | Description | |
|---|---|---|
| Equals |
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEditorPluginAttribute |
Get a tool's plugin attributes.
| |
| GetHashCode |
Returns the hash code for this instance.
(Inherited from Attribute.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsDefaultAttribute |
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute.) | |
| IsUsage |
Check if one or more ToolUsage flags are enabled on this object. The flags can be OR'ed before the check.
| |
| Match | (Overrides GuiPlugInAttribute..::.Match(Object).) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from GuiPlugInAttribute.) |
Fields
| Name | Description | |
|---|---|---|
| DefaultToolbarName |
Properties
| Name | Description | |
|---|---|---|
| Area |
The area this plugin supports.
(Inherited from GuiPlugInAttribute.) | |
| Category |
The category to add the plugin to(currently only supported by Report).
(Inherited from GuiPlugInAttribute.) | |
| CommandIdentifier |
DHTML command identifier that the tool can react to.
If for example the identifier "Bold" is selected, the tool will toggle between on and off
in toolbars and menus when the cursor moves around in the editor body.
| |
| CommandName |
Internal property used for unit testing.
| |
| Description |
Description of the plugin
(Inherited from PlugInAttribute.) | |
| DisplayName |
The display name for the plugin.
(Inherited from PlugInAttribute.) | |
| LanguageKey |
Used to handle translation of tool tips
| |
| LanguageKeyMenu |
Used to handle translation of texts in the context menu
| |
| LanguagePath |
Path to node in language files where translation can be found.
(Inherited from PlugInAttribute.) | |
| MenuGroup |
The name of the menu group where the plugin will show up. All plugins that have the same group and
menu names share the same group in the same menu. The plugins in the group are sorted by their MenuIndex.
If the group name is empty the plugin will show up outside the groups in a position defined by the MenuIndex.
When sorting groups, the plugins with the lowest MenuIndex in each group are used as the sort keys.
| |
| MenuIndex |
Position in the menu. If the plugin belongs to a menu group, the position is within the group.
| |
| MenuName |
The name of the menu where the plugin will show up. If the menu name is empty the plugin
will show up in the top menu.
| |
| MenuSortKey |
Complex sort key consisting of period-separated keys, format: "SubMenuName.MenuGroup.MenuIndex".
Non-empty keys are always prefixed with "_" and empty keys are always set to "x", which guarantees that
the non-empty keys are always gets sorted before empty keys.
| |
| RequiredAccess |
The required page access to view plugin (currently only supported by EditPanel).
(Inherited from GuiPlugInAttribute.) | |
| RequireLicenseForLoad |
Determine if the plugin requires a valid license to be loaded.
(Inherited from PlugInAttribute.) | |
| ServerOnly |
If true the tool will only run at server and ToolUsage attributes will be ignored.
| |
| SortIndex |
The sort index compared to other plugins
(Inherited from PlugInAttribute.) | |
| SubMenuName |
The name of an optional sub menu that will be opened when mouse pointer is howering
over this plugin in the menu.
| |
| ToolbarIndex | ||
| ToolbarName |
The name of the toolbar where the plugin will show up. If the menu name is empty the plugin
will show up in the default toolbar.
| |
| TypeId |
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.) | |
| Url |
The url to the resource defined by Area.
(Inherited from GuiPlugInAttribute.) | |
| UrlFromUi |
Gets and sets the url relative the UI directory to the resource
(Inherited from GuiPlugInAttribute.) | |
| UrlFromUtil |
Gets or sets the URL relative the util directory to the resource
(Inherited from GuiPlugInAttribute.) | |
| Usage |