what is the AEM rte plugin configuration for list roman numbers (i,ii,iii,iv) and letters (a,b,c) ? i know that we already have rte plugin list configuration for numbers and bullets in out of the box.but do we plugins for ilst roman numbers (i,ii,iii,iv) and letters (a,b,c). if yes, please let me know how to configure.else suggest java script file path for overlaying .i am using AEM 6.4
This post moved from Forum comments to Adobe Experience Manager. [Moderator]
Solved! Go to Solution.
Views
Replies
Total Likes
I think you can use css to achieve this. Apply a class to list and add a list-style css rule for that property.
e.g. list-style:lower-roman;
Views
Replies
Total Likes
I think you can use css to achieve this. Apply a class to list and add a list-style css rule for that property.
e.g. list-style:lower-roman;
Views
Replies
Total Likes
Hi,
I have the same requirement but how can I show the roman list option in list drop down so that user can select roman list option.
Thanks
Views
Replies
Total Likes
Hi,
I have similar requirement to add alphabeted list, so I added list-style:lower-roman; in the css with name orderedalphabet and added that class to the lists as orderedalphabet but how can I show the alphabet list option in list drop down so that user can select alphabet list option.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies