I was wondering if there was a super basic hello world plugin tutorial out there. IE - Icon - click it - it writes Hello World! to the editor.
Or anything better than the Wiki thing.
---
Edit here's my standard js of what I'm really wanting to do.
Or anything better than the Wiki thing.
---
Edit here's my standard js of what I'm really wanting to do.
function newpage()
{
var page=prompt("Page Name","Page "+document.form1.pagenum.value)
if(page!=null && page!="")
{
document.form1.txtbox.value = document.form1.txtbox.value+"[[Page=" +page+ "]]";
++document.form1.pagenum.value;
}
}
Re: Simple Plugin howto?
Re: Simple Plugin howto?
I downloaded a plugin, unzipped it in /plugins/, put a " FCKConfig.Plugins.Add" line in my config file, created a toolbar to call it and all i get is ' toolbar button name is unknown' ( at least it found the plugin )
mmmm i probably forgot something simple.... but what ?
thanks for your help !
Re: Simple Plugin howto?
Then you can look at other plugins that provide richer functionality to do more advanced things.
Re: Simple Plugin howto?
Fck is a nice and wonderful editor but it is very bad documented.
Could have some snippets, could have more step by step tutorials.
I am trying understand the workflow to create button/create action and how insert the response into Fck. A lot of people are asking about in forum and the answer are the same.
1. Read the documentation
2. Check the nightly build
3. If the problem isn't reported, file a ticket about it!!.
Hello World tutorial will be big step to fck documentation.
Very basic but very useful so please FCK core developers provide it. The secret of open source is documentation, a lot of people are asking it so if possible provide us more.
Regards
macm
Re: Simple Plugin howto?
Re: Simple Plugin howto?
I see a war in web editors. Fck have amazing API probably the best but this isnt enough and should improve documentation.
Video Tutorials, Hello World Tutorial, request and motivate plugins creators to contribuite with tutorials.
Promote the founder Fernando Caldeira.
Today we are seen a big boom in CMS systems. All them need of good webeditor. So all them need integration. I know create an Ajax but how can I insert into fck?
Yes I know I need read more. But like I said fck documentation is poor. For example, take a look in Jquery.com library. John Resig is doing amazing job (video, tutorials, how to, hello world, tips&tricks). All top OpenSource Projects are very well documented. This is the secret. Documentation.
More documentation, more users, more plugins and more sucess. Take a pause in development and take care of documentation. Good luck and sorry my mistake again.
Regards
Mario
Re: Simple Plugin howto?
Re: Simple Plugin howto?