Copied to clipboard

Flag this post as spam?

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


  • Kevon K. Hayes 255 posts 281 karma points
    Oct 26, 2010 @ 22:04
    Kevon K. Hayes
    0

    How would I go about enabling multiple

    I enabled the Template Plugin as shown here: http://our.umbraco.org/wiki/how-tos/enabling-the-%27template%27-plugin-for-tinymce by editing the tinyMce.Config and was able to successfully load one template, however, now I'd like to add an additional template to be selected in the dropdownlist as shown here.

    I added another config for it:

    <config key="InfoPanel1">raw',template_templates:[{title : "Basic Info Panel",src : "/BasicPanel.aspx",description : "Basic Information Panel"}],template_popup_height : '400</config> THIS ONE SHOWS UP

    <config key="InfoPanel2">raw',template_templates:[{title : "Bordered Information Panel",src : "/BorderedPanel.aspx",description : "Bordered Information Panel"}],template_popup_height : '400</config>
      THIS ONE DOESN'T SHOW UP IN THE LIST

  • Kevon K. Hayes 255 posts 281 karma points
    Oct 26, 2010 @ 22:11
    Kevon K. Hayes
    0
    And the answer is....


    template_templates : [
    {
    title : "Editor Details",
    src : "editor_details.htm",
    description : "Adds Editor Name and Staff ID"
    },
    {
    title : "Timestamp",
    src : "time.htm",
    description : "Adds an editing timestamp."
    }
Please Sign in or register to post replies

Write your reply to:

Draft