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

RadEditor change <select> selected value

1 Answer 92 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Vytautas
Top achievements
Rank 1
Vytautas asked on 10 Sep 2014, 12:00 PM
Hello,

There is a tool in radeditor, to insert dropdown into content (select tag <select>). Is there any way to achieve functionality, so that user could change inserted dropdown selected value with mouse clicks (just like we can change checkbox or radiobutton checked status) in radEditor?

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 12 Sep 2014, 09:40 AM
Hi Vytautas,

There is no built-in tool that implements the desired functionality.

This can be done by the user only by passing to HTML mode and adding the appropriate attribute.

More complex approach is customizing the built-in dialog with a checkbox that programmatically adds the selected attribute. The dialog that should be used is the InsertSelectDialog.ascx one.

Regards,
Ianko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Editor
Asked by
Vytautas
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or