Hi,
I am trying to add a plugin to add jquery tabs in the editing area of FCKeditor. I am having a hard time understanding how javascript can be used with FCKeditor to effect the editing area. Since JQuery tab needs to have access to the js file and css file provided by the jquery, as well as adding the <script> $(function() { $('tabs').tabs() } </script> in the page as well. How can this be done using a plugin for FCKeditor? Please help.
I am trying to add a plugin to add jquery tabs in the editing area of FCKeditor. I am having a hard time understanding how javascript can be used with FCKeditor to effect the editing area. Since JQuery tab needs to have access to the js file and css file provided by the jquery, as well as adding the <script> $(function() { $('tabs').tabs() } </script> in the page as well. How can this be done using a plugin for FCKeditor? Please help.
Re: FCKeditor and JQuery Plugins
I don't know if you want to develop a plugin using jQuery, if you want to put FCKeditor in some tabs, if you want to include tabs in the HTML content, if they must be active while editing, or what else what do you want.
In most of the cases, the answer would be that you need to start slowly, forget about jQuery and do the basic steps, learn how to write a plugin and interact with the editor, if you add jQuery from the beggining it will be harder.