(New page: == LinkBrowserWindowWidth == This option sets the width of the built-in resource browser used in the "Link" window. By default the width is expressed in percentage of the screen. E.g. 0.7...) |
(No difference)
|
Latest revision as of 14:55, 10 January 2008
LinkBrowserWindowWidth
This option sets the width of the built-in resource browser used in the "Link" window. By default the width is expressed in percentage of the screen. E.g. 0.7 equals 70% of the screen.
FCKConfig.LinkBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ;
Of course you may also express the width in pixels. Example:
FCKConfig.LinkBrowserWindowWidth = '220' ;