<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
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
is working on a reply...