Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorpaulc
     
    Hi

    I'm trying to integrate the FCKeditor (WYSIWYG - JavaScript based text HTML editor), I'm wondering what would be the best way to go about it, it would be nice to integrate as some kind of plug-in or helper so that it can be re-used over and over and of course distributed to the community for there use.

    Where would I start with this and what is the best way to go about it.. also what is the difference between plugin's and helpers or are they the same.

    Thanks

    Paul
    • CommentAuthorKaste
     

    'plugin' is just the generic name for all kinds of things you could plug-in, helpers, acts_as_behaviours. etc.

    look at the aksimet helper and the diff helper. the folder structure and init.php is really simple.

    • CommentAuthorpaulc
     
    Thanks again Kaste,

    I opted for a a helper in the end...

    I'd like to contribute this back to the community when polished and working well how would I go about this?
    • CommentAuthorKaste
     

    ask someone who has commit access ;-)