|
Database Example
There are two basic ways to save the RadEditor's content
in a
database. The simpler one (implemented in this example) is to provide an event handler to the editor's SubmitClicked
event.
The second way is to hide the editor's "Submit" and "Cancel" buttons (by setting SaveInFile=false
and ShowSubmitCancelButtons=false)
and
add your own buttons with database-saving code attached.
Important Properties: SubmitClicked, ShowSubmitCancelButtons,
SaveInFile
|