| CuteEditor for .NET |
You can easily add your own custom buttons to the CuteEditor toolbar using the following methods:
|
1: Add your own custom buttons into the custom button holder:
C# Example:
|
|
2: Add your own custom buttons using the Editor.InsertToolControl method:
C# Example: // Create the custom button using the Editor.CreateCommandButton method
|
|
3: Registers a custom button so that it can be used in the template list:
// Create the custom button using the Editor.CreateCommandButton method
Now you can use the custom button in the template list:
<CE:EDITOR id="Editor1" runat="server" TemplateItemList="[Bold,Italic]/[mybutton]"> |
© 2003 - 2008 CuteSoft.Net. All rights reserved.