Tags:
create new tag
view all tags

SID-02226: Expanded boxes

Status: Answered 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 smile

Best Regards!

-- Teodor Ivanov - 2016-07-15

Thanks Jani for helping out! I am closing this question.

-- Peter Thoeny - 2016-07-15

      Change status to:
ALERT! 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.
SupportForm
Status Answered
Title Expanded boxes
SupportCategory CategoryPerformance
TWiki version 6.0.2
Server OS Debian
Web server Apache 2.4.10
Perl version 5.22.2
Browser & version Mozilla 47
Edit | Attach | Watch | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r5 - 2016-07-15 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.