Hi,
I add the classes to the Apply CSS Styles through code.
RadEditor1.CssClasses.Clear();
RadEditor1.CssClasses.Add("Human Readable Class 1", ".style2345");
RadEditor1.CssClasses.Add("Human Readable Class 2", ".style2346");
RadEditor1.CssClasses.Add("Human Readable Class 3", ".style2347");
RadEditor1.CssClasses.Add("Human Readable Class 4", ".style2348");
the .style classes are defined in a <style> block in the head section of the side.
When the Editor is loaded and I click on the dropdown it shows a list with nice human readable classnames.
When I select one of them the dropdownlist shows the classname which in my case isn't very user friendly.
Is there a way to show the nice names instead of the classnames?
Regards,
Roel
I add the classes to the Apply CSS Styles through code.
RadEditor1.CssClasses.Clear();
RadEditor1.CssClasses.Add("Human Readable Class 1", ".style2345");
RadEditor1.CssClasses.Add("Human Readable Class 2", ".style2346");
RadEditor1.CssClasses.Add("Human Readable Class 3", ".style2347");
RadEditor1.CssClasses.Add("Human Readable Class 4", ".style2348");
the .style classes are defined in a <style> block in the head section of the side.
When the Editor is loaded and I click on the dropdown it shows a list with nice human readable classnames.
When I select one of them the dropdownlist shows the classname which in my case isn't very user friendly.
Is there a way to show the nice names instead of the classnames?
Regards,
Roel