Flags that control which tools are available in the inline editor.
Namespace:
EPiServer.EditorAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
[SerializableAttribute] [FlagsAttribute] public enum EditorToolOption |
Members
| Member name | Description | |
|---|---|---|
| All | ||
| Bold | ||
| Italic | ||
| Underline | ||
| Font | ||
| Number | ||
| Bullets | ||
| Left | ||
| Center | ||
| Right | ||
| InsertAnchor | ||
| InsertImage | ||
| InsertDoc | ||
| InsertUrl | ||
| InsertTable | ||
| ToggleHtml | ||
| Refresh | ||
| Undo | ||
| Redo | ||
| Find | ||
| SpellCheck | ||
| Maximizer | ||
| Quote | ||
| DynamicContent |