Yes, the button is in the editor and when I click it the popup.htm file 
displays.  I've changed that to be a popup.cfm and verified it works.  What I'm 
confused on is how do I get what I want inserted back into the editor?

Jake

Original Message -----------------------
Did you add theme_advanced_buttons3_add : "template" or similar?

On 8/11/07, Jake Churchill <[EMAIL PROTECTED]> wrote:
> Anyone on this???  Anyone at all?  Sorry if this is off topic but I'm sure
> there are coldFusion people using various WYSIWYG editors.  Just hoping that
> someone uses tinyMCE.
>
> _____
>
> Jake Churchill
> CF Webtools
> 11204 Davenport, Ste. 200b
> Omaha, NE  68154
> http://www.cfwebtools.com
> 402-408-3733 x103
>
>
> -----Original Message-----
> From: Jake Churchill [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 09, 2007 4:51 PM
> To: CF-Talk
> Subject: tinyMCE templates
>
> Has anyone done any work with tinyMCE and its template plugin?  I'm having a
> hard time getting this set up.  I have the init altered to provide the
> button and load the template files.  I've modified the default popup.htm to
> be popup.cfm and modified some content inside there.  Now, I'm wondering how
> to actually get an insert.  I've got a directory /tinymcetemplates where I
> will store all the templates.  So far I have one (listtemplate.cfm).  I've
> got this in my .init()
>
>
>
> template_templates : [
>
> {
>
> title : "List - Menu",
>
> src : "listtemplate.cfm?listclass=list",
>
> description : "Unordered List"
>
> }
>
> ]
>
>
>
> Here are the contents of listtemplate.cfm:
>
>
>
> <cfparam name="url.listclass" default="">
>
>
>
> <cfoutput>
>
> <div class="mceTmpl">
>
> <ul class="#url.listclass#">
>
>       <li>Item 1</li>
>
>       <li>Item 2</li>
>
>       <li>Item 3</li>
>
> </ul>
>
> </div>
>
> </cfoutput>
>
>
>
>
>
> How do I get that into my editor???
>
> _____
>
> Jake Churchill
> CF Webtools
> 11204 Davenport, Ste. 200b
> Omaha, NE  68154
> HYPERLINK "http://www.cfwebtools.com"http://www.cfwebtools.com
> 402-408-3733 x103
>
>
>
>
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.5.476 / Virus Database: 269.11.10/943 - Release Date: 8/8/2007
> 5:38 PM
>
>
>
>
>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286037
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to