SID-02226: Expanded boxes
| Status: |
Answered |
TWiki version: |
6.0.2 |
Perl version: |
5.22.2 |
| Category: |
CategoryPerformance |
Server OS: |
Debian |
Last update: |
9 years ago |
How can i make boxes in webs to be expanded?
--
Teodor Ivanov - 2016-07-13
Discussion and Answer
Could you explain a bit more what you'd like to do?
--
Peter Thoeny - 2016-07-13
Hi Teodor,
In your previous support question (
Support.SID-02220) you had used the term "boxes" to describe the
TWikiDashboardAddOn boxes so I'm assuming you are interested in customizing the dimensions.
TWikiDashboardAddOn is a great reference to see all the options available but I think the details below specifically answer your question.
%DASHBOARD{ section="dashboard_start" width="1024" }%
%DASHBOARD{ section="banner" width="1024" height="150" }%
%DASHBOARD{ section="box_start" title="Box 1 title" width="300" height="500"}%
Box 1 content
%DASHBOARD{ section="box_end" }%
%DASHBOARD{ section="box_start" title="Box 2 title" width="600" height="400"}%
Box 2 content
%DASHBOARD{ section="box_end" }%
%DASHBOARD{ section="box_start" title="Box 3 title" width="992" height="100"}%
Box 3 content
%DASHBOARD{ section="box_end" }%
%DASHBOARD{ section="dashboard_end" }%
Notice that each section contains a
width= and
height=? These control the size of the boxes.
I made a page in
Sandbox.DashboardHelp with the above content if you want something to quickly experiment with.
--
Jani Hamalainen - 2016-07-14
Thank you, Jani Hamalainen, that is exactly what i need
Best Regards!
--
Teodor Ivanov - 2016-07-15
Thanks Jani for helping out! I am closing this question.
--
Peter Thoeny - 2016-07-15
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.