Hello,
I am using FCK with my CMT and want to modify this wonderfull tool so that it meets my requirement, what i want to do it folows,
I have used the template feature built in FCK and added my own templates to the xml file, now, i am able to select the template and then code fits inside the editor, now i have a second template option which is the inner component within the template,
so what should happen is when i select that inner template it should be fix inside the already existing template in the editor, but this sodes not happen as i select the second template the first template disappears and the new template replaces with the old one
If any one has a solution for this then plz inform me or reply to this post. Need this very urgent!
Thanks in Advance
Harish
Thu, 04/13/2006 - 05:04
#1
RE: Help with Templates within Templates
I think you want to check the following plugin:
http://sourceforge.net/tracker/index.ph ... tid=737639
RE: Help with Templates within Templates
Hey,

Thanks a lot, while checking the plugin section, i came across the HTMLTiles plugin and just check the code as to how it is working and used the same logic to modify the Already present Templates plugin....
Here is the modification
In the Templates.html file just modify this line which is in the SelectTemplate function.
//FCK.SetHTML( FCK._Templates[index].Html ) ;
FCK.InsertHtml( FCK._Templates[index].Html );
Thanks a lot to showing me that plugins page
cheers!