I want to insert Ordered List in the text area.
I need the orderedlist to be with type hebrew,
it creates the Ordered List but it does not apply any class nor Id so I can't use style="list-style-type: hebrew;"
.
Has any one done this before ?.
How to apply or force a class on newly created elements ?.
this.addBasicButton({
exec: 'insertOrderedList',
icon: 'e/heb_numbered_list_rtl',
type: 'hebrew',
tags: 'ol'
});
expected Hebrew sorted list results number sorted list