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
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.