You are not logged in.
Pages: 1
is there a sequence to how the plugins appear in the toolbar. they do not appear as i have listed them
plus where are the copy cut paste icons and paste from word icon.
Last edited by MySchizoBuddy (2005-08-20 07:17:47)
Offline
I've had some luck with this, but you have to alter the js file for the plugin. Sometimes, the js file says it is looking for a regular button, and it will place the plugin button after that button. In that case, it is very easy to simply change which button you want it to appear after. This is what I was able to do by changing the js files:
Offline
For example, in insert-anchor.js, the location of the button is here:
cfg.addToolbarElement("insert-anchor", "createlink", 1);
This will put the plugin's button directly after the linl button. They don't all work this way, but for the ones that do, it's easy to change.
Offline
thanks man.
I'll look into it.
Offline
Pages: 1