Administration view
From OpenCms Wiki
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
+ | '''To enable scrolling in workplace:''' | ||
+ | * Go to /system/workplace/views/ | ||
+ | * Open the workplace.jsp in editor. | ||
+ | * Change the line: | ||
+ | <frame <%= wp.getFrameSource("body", wp.getStartupUri()) %> noresize scrolling="no"><br> | ||
+ | to | ||
+ | <frame <%= wp.getFrameSource("body", wp.getStartupUri()) %> noresize scrolling="auto"><br> | ||
+ | |||
[[Category:Using / Maintaining an installation of OpenCms]] | [[Category:Using / Maintaining an installation of OpenCms]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 11:13, 27 June 2008
To enable scrolling in workplace:
- Go to /system/workplace/views/
- Open the workplace.jsp in editor.
- Change the line:
<frame <%= wp.getFrameSource("body", wp.getStartupUri()) %> noresize scrolling="no">
to
<frame <%= wp.getFrameSource("body", wp.getStartupUri()) %> noresize scrolling="auto">