Question How do I get the syntax-help panel to also show in inline mode?
Answer Sometimes, this is needed because some of the fields are rendered in XWiki syntax, in particular, the text-area fields.

  • Make the panel of type "view"
  • In the panel code, write something like
#if($context.action == "inline"  || $showEmptyPanels)
… panel code here…
#end
  • Enable this panel with the Panel wizard. It will automatically be hidden in non-inline mode.
(thanks Sergiu)
Version 1.2 last modified by Vincent Massol on 18/02/2008 at 18:12

Comments 0

No comments for this document

Attachments 0

No attachments for this document

Creator: Paul Libbrecht on 2008/02/18 18:05
This wiki is licensed under a Creative Commons license
1.3.2.9174