I'm using Blossom 1.2.2 with 4.4.5. I would like to know how I can add
attribute to the fckeditor when I'm creating the dialog for my template.
I'm creating the dialog like this. How to enable the source and image button on
fckeditor ?
@DialogFactory("my-dialog")
public void myDialog(DialogBuilder myDialog) {
TabBuilder settings = myDialog.addTab("Main page settings");
settings.addEdit("title", "Title", "The HTML page title");
settings.addFckEditor("content", "Content", "The Content"); // How to add
attributes to the fckeditor ?
}
thank you
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=e37392c5-e004-42de-b252-422972a16e76
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------