Hello,
I was wondering if there is any tutorial or in any way somehow possible to make a custom button in the fckeditor panel ?
e.g I want a button that can add a piece of a code or a custom line in html of the page which I am editing?
The idea is to provide a function which adds a code/text in the html of the content. Ex: when pressing A-BUTTON; it will add this: "<-- Load NewsCategory 1 !-->" in HTML.
Is that possible?
Thanks in advance.
Cheers
I was wondering if there is any tutorial or in any way somehow possible to make a custom button in the fckeditor panel ?
e.g I want a button that can add a piece of a code or a custom line in html of the page which I am editing?
The idea is to provide a function which adds a code/text in the html of the content. Ex: when pressing A-BUTTON; it will add this: "<-- Load NewsCategory 1 !-->" in HTML.
Is that possible?
Thanks in advance.
Cheers
Re: Custom button in FCKeditor (Joomla) ?
Perhaps my insertHTML plugin does what you want: http://sourceforge.net/tracker/index.ph ... tid=737639
If not see the docs on how to create plugins: http://docs.fckeditor.net/FCKeditor_2.x ... n/Plug-ins
Or I can offer you freelance development...
Re: Custom button in FCKeditor (Joomla) ?
I actually tried your insertHtml, but it didn't load anything. I did the add thing in config, and I placed the folder in plugins.
However, it did not load anything. I actually couldn't change the toolbarsets in any way, no matter what I tried.
I use the latest editor on my Joomla site.
I just could not make it work, no matter.
Can you please PM me the price for you to do this job?
Thanks
Re: Custom button in FCKeditor (Joomla) ?
I use the editor for my joomla 1.5.8 website.
I uploaded insertHtml plugin,
and added following line in fckconfig: FCKConfig.Plugins.Add( 'insertHtml' ) ;
How come?
Re: Custom button in FCKeditor (Joomla) ?
Have you tried http://docs.fckeditor.net/FCKeditor_2.x ... on/Toolbar and cleared or disabled your cache?
Re: Custom button in FCKeditor (Joomla) ?
Hi,
we have successfully added the custom button and it will works fine. But the custom button is disabled in chrome . we using fckeditor2.6.5. we follow the procedure that you mentioned in the url "http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Customization/Plug-ins". what is the issue please advice me.....