views:

110

answers:

0

I have a custom button in toolbar, which should add/remove additional toolbar in the editor.

Command for the button:

       <script type="text/javascript">
            Telerik.Web.UI.Editor.CommandList["Custom"] = function(commandName, editor, args) {

            //code to add/remove additional toolbar..

            };                      
        </script>     

can someone provide a small example ? Thanks