SyntaxHelpPanelInInlineMode
| 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
|