Hello to Everyone i know there are a lot of expert Folks out here who have been working on this Great FCKeditor for quite a long time now, ive got a weird problem which i know would be very easy for you guys to solve it...Here's a short description of what i wanted to do and what the problem is..
Basically the users on my site will be using the editor to make changes to the templates which the editor Load's from its template manager...So far after doing some good research on it ive managed to Make the editor load the Templates from the database generated xml file on time depending on what type of user log's in..Now the problem which i am facing is my templates have 2 options Logo and an Image to be uploaded and for which i am using an external script ie 2 fields below the editor for them to upload logo and image i want to fire away a function at the time when the templates are loaded in the editor after the user makes a selection and based on what type of template is selected my function will Make the Image/Logo options visible/Invisible since not all templates have this option...
I tried all those Document. and parent. refference to the form object (which is a text box) but it just doesnt seem to work because the template pop up is a child of the document and then again the template selection area is a child of the pop up...Any help on this would be greately appriciated...
Another way i though could work for me was if i could fire a function on the on change event of the editor then also i can achieve my goal..But i am not able to find out where should i be looking for this?If someone could also tell me how can i fire mu function for the onChange event of the editor that would be of great help..
Thanks in advance you guys are doing a great job out here...
Basically the users on my site will be using the editor to make changes to the templates which the editor Load's from its template manager...So far after doing some good research on it ive managed to Make the editor load the Templates from the database generated xml file on time depending on what type of user log's in..Now the problem which i am facing is my templates have 2 options Logo and an Image to be uploaded and for which i am using an external script ie 2 fields below the editor for them to upload logo and image i want to fire away a function at the time when the templates are loaded in the editor after the user makes a selection and based on what type of template is selected my function will Make the Image/Logo options visible/Invisible since not all templates have this option...
I tried all those Document. and parent. refference to the form object (which is a text box) but it just doesnt seem to work because the template pop up is a child of the document and then again the template selection area is a child of the pop up...Any help on this would be greately appriciated...
Another way i though could work for me was if i could fire a function on the on change event of the editor then also i can achieve my goal..But i am not able to find out where should i be looking for this?If someone could also tell me how can i fire mu function for the onChange event of the editor that would be of great help..
Thanks in advance you guys are doing a great job out here...

Re: Urgent Help Needed (Easy for Experts)
So, when a user clicks on a template and the fckEditor's value is replaced by that templates' xml, I would like to then, capture that event, so that I can replace text contained in that templates' xml (i.e. the users name, today's date, their DNA code...well not that, but you get the idea)
Re: Urgent Help Needed (Easy for Experts)