This is a migrated thread and some comments may be shown as answers.

[Solved] OnSubmitClicked in 2008

1 Answer 94 Views
Editor
This is a migrated thread and some comments may be shown as answers.
udi
Top achievements
Rank 1
udi asked on 19 May 2008, 09:46 AM
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

Sort by
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 Cancel buttons 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.


Sincerely,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
udi
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or