Forums | Mahara Community
Developers
/
Ordered list styles
06 October 2011, 11:45
I notice that when you use nested ordered lists in Mahara, that unlike the ordered list type which has a different style at subsequent levels (solid circle, circle, square), the ordered list just presents decimal numbers at each level.
06 October 2011, 17:34
That would be "advlist". That is a standard TinyMCE plugin. The corresponding button is "advlist".
Melissa
07 October 2011, 16:06
advlist_number_styles : [
{ styles: { listStyleType: "" } , title: "advlist.def" },
{ styles: { listStyleType: "lower-alpha" } , title: "advlist.lower_alpha" },
{ styles: { listStyleType: "lower-roman" } , title: "advlist.lower_roman" },
{ styles: { listStyleType: "upper-alpha" } , title: "advlist.upper_alpha" },
{ styles: { listStyleType: "upper-roman" } , title: "advlist.upper_roman" }
],