| Dart.PowerWEB.TextBox Namespace : ToolbarItemType Enumeration |
Provides a common interface for all items on the toolbar.
| Member | Description |
|---|---|
| TogglePositioning | Defines a toolbar button which toggles HTML elements between absolute and relative positioning: Associated type: ToolbarButton |
| BringForward | Defines a toolbar item which increases the z-index of an HTML element. Associated type: ToolbarButton |
| SendBackward | Defines a toolbar button which decreases the z-index of an HTML element. Associated type: ToolbarButton |
| InsertFlash | Defines a toolbar button which raises a dialog which inserts Macromedia Flash movies. Associated type: ToolbarUploadButton |
| InsertWindowsMedia | Defines a toolbar button which raises a dialog which inserts Windows Media Player compatible files. Associated type: ToolbarUploadButton |
| Zoom | Defines a toolbar button which zooms in or out of the editor content. Associated type: ToolbarMenuButton |
| PasteHtml | Defines a toolbar button which pastes the item on the clipboard while stripping HTML tags. Associated type: ToolbarButton |
| CleanWord | Defines a toolbar button which cleans extranous MS Word tags from the content in the editor. Associated type: ToolbarButton |
| WordCount | Defines a toolbar button which displays a count of words and characters when clicked. Associated type: ToolbarButton |
| UploadFile | Defines a toolbar button which raises a dialog that can be used to upload files (but nothing else). Associated type: ToolbarUploadButton |
| Justify | Defines a toolbar button which justifies text. Associated type: ToolbarButton |
| Bold | Defines a toolbar button which applies bold formatting. Associated type: ToolbarButton |
| CenterJustify | Defines a toolbar button which centers justify text. Associated type: ToolbarButton |
| Copy | Defines a toolbar button which copies selected text. Associated type: ToolbarButton |
| Cut | Defines a toolbar button which can cut selected text. Associated type: ToolbarButton |
| FindReplace | Defines a toolbar button which raises a find/replace dialog when clicked. Associated type: ToolbarDialogButton |
| FontName | Defines a toolbar dropdown which displays font names. Associated type: ToolbarDropDown |
| FontFormatting | Defines a toolbar dropdown which displays font formatting types. Associated type: ToolbarDropDown |
| FontSize | Defines a toolbar dropdown which displays font sizes. Associated type: ToolbarDropDown |
| FontStyle | Defines a toolbar dropdown which displays font styles. Associated type: ToolbarDropDown |
| Help | Defines a toolbar button which raises a help dialog when clicked. Associated type: ToolbarDialogButton |
| Indent | Defines a toolbar button which indents text. Associated type: ToolbarButton |
| SpecialCharacter | Defines a toolbar button which raises a "select special character" panel. Associated type: ToolbarDialogButton |
| InsertBookmark | Defines a toolbar button which raises an insert bookmark dialog when clicked. Associated type: ToolbarDialogButton |
| InsertImage | Defines a toolbar button which raises a dialog which inserts/uploads images. Associated type: ToolbarUploadButton |
| InsertLink | Defines a toolbar button which raises an insert link modal box. Associated type: ToolbarButton |
| InsertRule | Defines a toolbar button which raises a dialog which inserts horizontal rules. Associated type: ToolbarDialogButton |
| InsertTable | Defines a toolbar button which displays a menu of table specific options. Associated type: ToolbarMenuButton |
| Italic | Defines a toolbar button which applies italic formatting. Associated type: ToolbarButton |
| LeftJustify | Defines a toolbar button which left justifies text. Associated type: ToolbarButton |
| OrderedList | Defines a toolbar button which formats the selected text as an ordered list. Associated type: ToolbarButton |
| Outdent | Defines a toolbar button which outdents text. Associated type: ToolbarButton |
| Preview | Defines a toolbar button which displays a preview dialog. Associated type: ToolbarButton |
| Paste | Defines a toolbar button which pastes the item on the clipboard. Associated type: ToolbarButton |
| Defines a toolbar button which sends the content of the HtmlBox to the printer. Associated type: ToolbarButton | |
| Redo | Defines a toolbar button which redoes the last operation. Associated type: ToolbarButton |
| RemoveLink | Defines a toolbar button which removes a link. Associated type: ToolbarButton |
| RightJustify | Defines a toolbar button which right justifies text. Associated type: ToolbarButton |
| Save | Defines a toolbar button which raises a postback to the server. Associated type: ToolbarButton |
| Strikethrough | Defines a toolbar button which places a strikethrough through text. Associated type: ToolbarButton |
| Superscript | Defines a toolbar button which applies superscript formatting. Associated type: ToolbarButton |
| Subscript | Defines a toolbar button which applies subscript formatting. Associated type: ToolbarButton |
| Underline | Defines a toolbar button which applies underline formatting. Associated type: ToolbarButton |
| Undo | Defines a toolbar button which undoes an operation. Associated type: ToolbarButton |
| UnorderedList | Defines a toolbar button which formats the selected text as an unordered list. Associated type: ToolbarButton |
| Insert | Defines a toolbar dropdown which inserts text. Associated type: ToolbarDropDown |
| DoubleSeparator | Defines a toolbar image which represents a "double seperator" (typically used at the start of rows). Associated type: ToolbarImage |
| RowSeparator | Defines a toolbar item which inserts a graphical row seperator. Associated type: ToolbarImage |
| Separator | Defines a toolbar item which inserts a graphica seperator between buttons. Associated type: ToolbarImage |
| OpenFile | Defines a toolbar button which raises a dialog which can be use to open/upload files. Associated type: ToolbarUploadButton |
| InsertFile | Defines a toolbar button which raises a dialog which can be use to insert file text at the cursor location. Associated type: ToolbarUploadButton |
| FontColor | Defines a toolbar button which raises a color picker palette when clicked. Associated type: ToolbarDialogButton |
| FontHighlight | Defines a toolbar button which raises a color picker palette when clicked. Associated type :ToolbarDialogButton |
| ToggleBorders | Defines a toolbar button which toggles whether table borders are shown. Associated type: ToolbarButton |
| Break | Defines a toolbar item which makes a non-graphical row break. Associated type: ToolbarImage |
| Tab | Defines a toolbar item which inserts a tab between buttons. Associated type: ToolbarText |
| Space | Defines a toolbar item which inserts a space (placeholder) between buttons. Associated type: ToolbarText |
| CustomButton | Defines a custom toolbar button. Associated type: ToolbarButton |
| CustomDialogButton | Defines a custom toolbar dialog button. Assocated type: ToolbarDialogButton |
| CustomDropDown | Defines a custom toolbar dropdown. Associated type: ToolbarDropDown |
| CustomImage | Defines a custom toolbar image. Associated type: ToolbarImage |
| CustomMenuButton | Defines a custom toolbar menu button. Associated type: ToolbarMenuButton |
| CustomText | Defines custom toolbar text. Associated type: ToolbarText |
| NotSet | No Type is associated with this object (typically because object was created using the default (paramaterless) constructor. Set the Type property to provide default values. |
Only items which derive from BaseToolbarItem can be added to the toolbar.
Namespace: Dart.PowerWEB.TextBox
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)
Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.