[xwiki-users] hide version summary in inline mode on specific page
How is possible to hide "version summary" edit field, checkbox, and labels on specific page in inline / edit mode? Thanks in advance! Eugen Colesnicov -- View this message in context: http://xwiki.475771.n2.nabble.com/hide-version-summary-in-inline-mode-on-spe... Sent from the XWiki- Users mailing list archive at Nabble.com.
You can put in layoutExtraVars.vm something like: #if ($doc satisfies some condition) #set ($minorFieldAdded = 1) #set ($commentFieldAdded = 1) #end See editactions.vm for details. Hope this helps, Marius On Sat, Mar 31, 2012 at 1:08 PM, Eugen Colesnicov <[email protected]> wrote:
How is possible to hide "version summary" edit field, checkbox, and labels on specific page in inline / edit mode?
Thanks in advance! Eugen Colesnicov
-- View this message in context: http://xwiki.475771.n2.nabble.com/hide-version-summary-in-inline-mode-on-spe... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Eugen Colesnicov -
Marius Dumitru Florea