Refreshing/Reloading FCK ToolBar
09Sep07
it almost took me forever to figure out how you can reset the editor’s toolbar without having to recreate the entire fckeditor.
FCKeditorAPI.GetInstance(”YourInstanceName”).ToolbarSet.Load(”YourToolBarSetName”);
using this cos i m having drop down list of items which is quite dynamic and i want to refresh it whenever some changes in made somewhr else. so i m actually loading the same toolbar again, indirectly refreshin the toolbar’s drop down list of item.. not very cpu efficient cos, to reload tat little bit of stuff, i m forced to actually reload everything. but well. that the easiest and fastest method available directly now..
this is very helpful!



No Responses to “Refreshing/Reloading FCK ToolBar”
Please Wait
Leave a Reply