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.
#if($context.action == "inline" || $showEmptyPanels) ... panel code here... #end
(thanks Sergiu) |