Hi Team,
I am using custom css file and showing few css classes with user friendly names in "Apply CSS Class" drop down box of RAD Editor Tool bar.
I used following code in ToolsFile.xml to show user-friendly names corresponding to custom css classes:
Initially in the RAD Editor Toolbar, user-friendly names are shown in “Apply CSS Class” drop down box as shown in below figure:
![]()
After we select a style and apply it to some content, then the internal css class name of the style gets displayed on the drop down as shown below:
![]()
Kindly suggest how can I resolve this issue that internal css class name not shown to user.
Thanks & Regards,
Lipi
I am using custom css file and showing few css classes with user friendly names in "Apply CSS Class" drop down box of RAD Editor Tool bar.
I used following code in ToolsFile.xml to show user-friendly names corresponding to custom css classes:
<classes> <class name="Clear Class" value="" /> <class name="ContentLink" value="a.oc-rteElement-ContentLink" /> <class name="ContentBody" value=".oc-rteStyle-ContentBody" /> <class name="Arrow/Separator" value=".oc-rteStyle-ContentArrowSeparator" /> <class name="ContentHeading" value=".oc-rteStyle-ContentHeading" /> <class name="CorporateHeading" value=".oc-rteStyle-ContentHeadingCorporate" /> <class name="PrivateEquityHeading" value=".oc-rteStyle-ContentHeadingPrivateEquity" /> <class name="CovertiblesHeading" value=".oc-rteStyle-ContentHeadingCovertibles" /> <class name="ListedEquityHeading" value=".oc-rteStyle-ContentHeadingListedEquity" />
....
....</classes>Initially in the RAD Editor Toolbar, user-friendly names are shown in “Apply CSS Class” drop down box as shown in below figure:
After we select a style and apply it to some content, then the internal css class name of the style gets displayed on the drop down as shown below:
Kindly suggest how can I resolve this issue that internal css class name not shown to user.
Thanks & Regards,
Lipi
