If I go into the editor/dialog/fck_image.html I can hide some of the functionality from my users (such as VSPace and HSpace) but it breaks the code so where else do I need to comment out the code. I tried commenting out parts of editor/dialog/fck_image/fck_image.js specifically the getE Statements.
Anyone able to set me on the straight and narrow?
I would also like to reverse the tabs (having turned off Advanced and links already)
Thanks in advance for any help
Comments
Comment #1
wwalc commentedWould you like to disable the "Advanced" tab?
Take a look here: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/C...
Search for: LinkDlgHideAdvanced and ImageDlgHideAdvanced.
In fckeditor.config.js just add
FCKConfig.LinkDlgHideAdvanced = true;(for example).
Comment #2
glassbyd commentedThanks that I found already - what I really want to do is change the order of the tabs and perhaps remove the Hspace Vspace options - simplify it to the maximum in other words; and remove the browse server option in the Image Info window.
Comment #3
Jorrit commentedYou might get some inspiration from http://martinezdelizarrondo.com/easyupload/.