Wed 25 Oct 2006
For reference about how to make use of the fontsize/fontname menus in the new dojo Editor2, the FCKeditor style toolbar template is attached here.
In order to make use of this, you need to:
- unzip the file under src/widget/templates/Editor2
- pass these two parameters when creating an Editor2 instance:
toolbarTemplatePath: dojo.uri.dojoUri("src/widget/templates/Editor2/EditorToolbarFCKStyle.html"), toolbarTemplateCssPath: dojo.uri.dojoUri("src/widget/templates/Editor2/FCKDefault/EditorToolbarFCKStyle.css")
RSS feed for comments on this post. TrackBack this post
October 26th, 2006 at 4:55 pm
thanks a lot!
October 28th, 2006 at 9:45 am
dojo4 中的 edit2 的工具栏使用 FCKeditor 的样式…
参考牛人的文章…
November 7th, 2006 at 5:39 pm
Updated FCKeditor style toolbar package…
Here is the latest FCKeditor style toolbar package for dojo Editor2. Please follow the
instructions to install it.
ChangeLog:
Updated to latest dojo trunk format
A new sample file which demonstrate how to use this style with Editor2 (it can be f…
December 17th, 2006 at 3:00 am
Full featured Editor2 toolbar template in default dojo style…
If you are wondering how to add the fancy format dropdowns, fontsize dropdowns among others, to the default dojo look & feel toolbar template, look no further,
here it is!
The installation of this is the same as for the
FCKeditor style toolbar…
March 9th, 2007 at 9:53 am
thinks! 非常谢谢!