Workplace Tools

From OpenCms Wiki
(Difference between revisions)
Jump to: navigation, search
 
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
[[Category:Using / Maintaining an installation of OpenCms]]
 
[[Category:Using / Maintaining an installation of OpenCms]]
 +
To enable scrolling in workplace<br>
 +
- Go to /system/workplace/views/<br>
 +
- Open the workplace.jsp in editor.<br>
 +
- Change the line:<br>
 +
<frame <%= wp.getFrameSource("body", wp.getStartupUri()) %> noresize scrolling="no"><br>
 +
to<br>
 +
<frame <%= wp.getFrameSource("body", wp.getStartupUri()) %> noresize scrolling="auto"><br>

Latest revision as of 19:55, 14 April 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">

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox