| Custom toolbar
|
| |
|
<%@ Register TagPrefix="ed" Namespace="OboutInc.Editor" Assembly="obout_Editor" %>
|
Inside the Editor component you can define the Editor's top toolbar schema using inner Buttons collection. In this collection you can list
the buttons, separators and so on, that will fill the Editor's top toolbar. If Editor's Appearance
property is full or lite, this collection will be added to the default collection.
If Editor's Appearance property is custom and the Buttons collection is not defined, the top toolbar will be empty.
The Buttons collection may contain the following Editor's objects (inherited from abstract OboutInc.Editor.Button).
| |
|
Editor's objects for Buttons collection
Sample ASP.NET
<ed:Editor id="editor" runat="server" Appearance="custom" > <Buttons> <ed:Method Name="Undo" /> <ed:Method Name="Redo" /> <ed:HorizontalSeparator /> <ed:Method Name="ClearStyles" /> </Buttons> </ed:Editor>
See also working example.
| |
|
| "Thank you very much for your quick response, that's quicker than telerik!" |
Adam Everett |
|
| |
|