SyntaxHelpPanelInInlineMode

Last modified by Vincent Massol on 2008/02/18

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)

Tags:
   

Get Connected