(New page: == ImageBrowserWindowHeight == This option sets the height of the built-in resource browser used in the "Image Properties" window. By default the height is expressed in percentage of the ...) |
|||
Line 2: | Line 2: | ||
This option sets the height of the built-in resource browser used in the "Image Properties" window. By default the height is expressed in percentage of the screen. E.g. 0.7 equals 70% of the screen. | This option sets the height of the built-in resource browser used in the "Image Properties" window. By default the height is expressed in percentage of the screen. E.g. 0.7 equals 70% of the screen. | ||
− | <pre> | + | <pre>FCKConfig.ImageBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ; |
− | FCKConfig.ImageBrowserWindowHeight | + | </pre> |
− | </pre> | ||
− | |||
Of course you may also express the height in pixels. Example: | Of course you may also express the height in pixels. Example: | ||
− | <pre> | + | <pre>FCKConfig.ImageBrowserWindowHeight = '220' ; |
− | FCKConfig.ImageBrowserWindowHeight | ||
</pre> | </pre> |
Latest revision as of 14:57, 10 January 2008
ImageBrowserWindowHeight
This option sets the height of the built-in resource browser used in the "Image Properties" window. By default the height is expressed in percentage of the screen. E.g. 0.7 equals 70% of the screen.
FCKConfig.ImageBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ;
Of course you may also express the height in pixels. Example:
FCKConfig.ImageBrowserWindowHeight = '220' ;