#2640: Dynamically Generated Templates
---------------------------+------------------------------------------------
 Reporter:  kevin.mcisaac  |       Owner:     
     Type:  New Feature    |      Status:  new
 Priority:  Normal         |   Milestone:     
Component:  General        |     Version:     
 Keywords:                 |  
---------------------------+------------------------------------------------
 I'd like to be able to have templates be generated dynamicall from a URL.
 That is rather than specify static HTML in the template, I'd like to give
 a URL instead and use the output of that URL as a template.

 In my case, this would be to use the template to create a newsletter from
 recent content from our CMS, which I then hand edit to add, subtract or
 change items.

 My thought is to extend the existing Template format as follow, i.e. add a
 src attribute to the HTML tag.

 <Template title="Newsletter" image="newsletter.gif">
    <Description>IBRS newsletter</Description>
    <Html src="http://ibrs.com.au/includes/newsletter.php"; ></Html>
 </Template>

 I can see this would be a simple change to the template.html, however my
 JS is not up to this task.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2640>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to