Hi, Is there a simple way to turn the panels off for a particular page? I know this is possible, by creating the page in a new space and configuring the new space not to show the panels. Is there another way? Regards, Gunter ------------------------------------------------------------------------------- Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. -------------------------------------------------------------------------------
Hi Gunter, On May 21, 2007, at 7:14 PM, Gunter Leeb wrote:
Hi,
Is there a simple way to turn the panels off for a particular page?
I know this is possible, by creating the page in a new space and configuring the new space not to show the panels. Is there another way?
No, this feature doesn't exist AFAIK. We could have imagine that passing showColumns=0 in the url would have done the trick but it's not there. So there are several "hacks" possible: 1) modify startpage.vm so that it look in the url if you pass some parameter to hide columns 2) use css/javascript in the page that you wish to hide so that it hides the panel(s) -Vincent
Hi... I usually never like to 'reopen cases' but this is also what I am looking for... I've tried to hide the panel for the starting page by using #set($showLeftPanels == "0") and then again bringing it back to #set($showLeftPanels == "1") wherever I wanted it (I agree, it was a stupid idea). I was wondering, can I make a new xwiki variable, $showPageLeftPanels, and use it in the .vm files ? Harikrishnan vmassol wrote:
Hi Gunter,
On May 21, 2007, at 7:14 PM, Gunter Leeb wrote:
Hi,
Is there a simple way to turn the panels off for a particular page?
I know this is possible, by creating the page in a new space and configuring the new space not to show the panels. Is there another way?
No, this feature doesn't exist AFAIK. We could have imagine that passing showColumns=0 in the url would have done the trick but it's not there. So there are several "hacks" possible:
1) modify startpage.vm so that it look in the url if you pass some parameter to hide columns 2) use css/javascript in the page that you wish to hide so that it hides the panel(s)
-Vincent
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- View this message in context: http://www.nabble.com/Panels-off-tf3794648.html#a13601453 Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (3)
-
Gunter Leeb -
V. Harikrishnan Nair -
Vincent Massol