Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • jonok 297 posts 658 karma points
    Jan 21, 2015 @ 02:07
    jonok
    0

    Umbraco 7 TinyMCE - how to insert alpha & roman lists

    Is there a way to get Umbraco 7 TinyMCE toolbar to use the same 'numbered list' button that is on the TinyMCE example page?... http://www.tinymce.com/tryit/basic.php

    On the example above, the numbered list button has an arrow next to it where you can select Alpha, Greek & Roman lists. Is there a way to set this up in the U7 config or is there some code I can add to get this dropdown button to appear?

  • keilo 568 posts 1023 karma points
    Jan 21, 2015 @ 05:00
    keilo
    0

    Hi jonok

    You'll need to enable the list plugin in /config/tinymceconfig.config file

    under plugins

        <plugin loadOnFrontend="true">lists</plugin>

    cant recall if there was another settings to adjust in this file. But once done and restarted you'll have the list buttons become dropdown with options of roman,alpha etc.

  • jonok 297 posts 658 karma points
    Jan 21, 2015 @ 06:35
    jonok
    0

    Hi Keilo - it looks like U7 has that plugin enabled by default, so I'm not sure what else I need to do to get the dropdown buttons to appear?

  • keilo 568 posts 1023 karma points
    Jan 21, 2015 @ 06:37
    keilo
    101

    My bad, i meant to say 

    <plugin loadOnFrontend="true">advlist</plugin>

    Cant recall if the advlist plugin was already shipped or I copied from original tinymce.. sorry, it has been sometime..

     

  • jonok 297 posts 658 karma points
    Jan 21, 2015 @ 07:18
    jonok
    0

    Thanks very much - that's working for me.

  • keilo 568 posts 1023 karma points
    Jan 21, 2015 @ 07:18
    keilo
    0

    Glad to hear that

Please Sign in or register to post replies

Write your reply to:

Draft