Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Guys,
I have successfully duplicated the template button for the MCE. However, both buttons seems to be getting their template from one source even though i already fix the config to different locations.
See lines of code below.
In tiny MCE config:
<umbracoAlias>Templates</umbracoAlias> <icon>images/editor/template.gif</icon> <tinyMceCommand value="" userInterface="true" frontendCommand="template">template</tinyMceCommand> <priority>19</priority> </command> <command> <umbracoAlias>blogtemplates</umbracoAlias> <icon>images/editor/template.gif</icon> <tinyMceCommand value="" userInterface="true" frontendCommand="blogtemplates">blogtemplates</tinyMceCommand> <priority>19</priority> </command>
In the config key:
<config key="templates">/App_Plugins/TinyMceTemplates/templates-config.html</config> <config key="blogtemplates">/App_Plugins/TinyMceTemplates/blogtemplates-config.html</config>
Can someone point me in the right direction? Will really appreciate the help
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Different Template Buttons in TinyMCE3
Hi Guys,
I have successfully duplicated the template button for the MCE. However, both buttons seems to be getting their template from one source even though i already fix the config to different locations.
See lines of code below.
In tiny MCE config:
In the config key:
Can someone point me in the right direction? Will really appreciate the help
is working on a reply...