custom AjaxEditorControl
-
i m working on custom ajaxEditor Control i have override FillTopToolbar() method of editor class and added some buttons. now i want to add InsertImageButton to toolbar fro that i have written TopToolbar.Buttons.Add(new AjaxControlToolkit.HTMLEditor.ToolbarButton.ImageButton()); but i m getting following error- Cannot create an instance of the abstract class or interface 'AjaxControlToolkit.HTMLEditor.ToolbarButton.ImageButton' so plz tell me how can i add this button to toolbar.. thanking u
-
i m working on custom ajaxEditor Control i have override FillTopToolbar() method of editor class and added some buttons. now i want to add InsertImageButton to toolbar fro that i have written TopToolbar.Buttons.Add(new AjaxControlToolkit.HTMLEditor.ToolbarButton.ImageButton()); but i m getting following error- Cannot create an instance of the abstract class or interface 'AjaxControlToolkit.HTMLEditor.ToolbarButton.ImageButton' so plz tell me how can i add this button to toolbar.. thanking u
this the same problem to me any solve????