InnovaStudio's Editor supports "tags". Their tag implementation creates a pulldown
similar to styles and fonts that allows the users to have user defined contents in the Pulldown.
We use this to allow the users to create variables in their editor message. Last Name and First Name
are represented by {%FirstName%} and {%LastName%}. So Ideally, we can dynamically define the
contents similar to:
CKEDITOR.config.tags =
[
[""First Name"",""{%FirstName%}""],
[""Last Name"",""{%LastName%}""]
];
On the toolbar, a new entry would be created, allowing one to place the Tag pull-down in a user
defined location:
CKEDITOR.config.toolbar_MyToolBar =
[
['Tags', 'Styles','Format','Font','FontSize'],
];
Does CFEditor support this? Can it be extended someohow to support this? This tag concept
and allowing users to create a customized message with variables is make or break to
migrating to CFEditor.
similar to styles and fonts that allows the users to have user defined contents in the Pulldown.
We use this to allow the users to create variables in their editor message. Last Name and First Name
are represented by {%FirstName%} and {%LastName%}. So Ideally, we can dynamically define the
contents similar to:
CKEDITOR.config.tags =
[
[""First Name"",""{%FirstName%}""],
[""Last Name"",""{%LastName%}""]
];
On the toolbar, a new entry would be created, allowing one to place the Tag pull-down in a user
defined location:
CKEDITOR.config.toolbar_MyToolBar =
[
['Tags', 'Styles','Format','Font','FontSize'],
];
Does CFEditor support this? Can it be extended someohow to support this? This tag concept
and allowing users to create a customized message with variables is make or break to
migrating to CFEditor.
Re: Tag Implementation
I'm looking for the same solution!
I got in working with YUI-Editor - but it can't work with tables
Is anyone here who can give us the answer? With an example?
Re: Tag Implementation
~Aki
Re: Tag Implementation
someone help...
Re: Tag Implementation
Similar Post http://cksource.com/forums/viewtopic.php?f=11&t=11147