after the user change/fill text in radEditor, he need the update button.
where is he?
i can't find the event like in the old editor.
thanks
1 Answer, 1 is accepted
0
George
Telerik team
answered on 19 May 2008, 01:38 PM
Hi Udi,
RadEditor for ASP.Net AJAX was intended to be as simple to configure as possible - and we decided to follow the familiar pattern of TextBox as this is how the editor is used in almost all cases. The development paradigm is that the editor is part of a larger page that has some other means of making a postback or a callback - and the editor should not interfere in it. Thus, the Submit and Cancelbuttons were removed.
You can easily implement a custom Save button in the editor (even simpler than usual, as there is CSS in the editor that will style a tool called Save for you automatically) or use an external Asp:Button to submit the content. In case you wish to go this way and want to have a Save tool on the toolbar that will submit the
page and you need our help with it - please let us know and we will help you out.