For an application created with the “App Within Minutes”, is it possible to set the height of a displayed page property when it is being edited?
In short when a class instance is edited I want the page object of the class to be vertically larger than it is displayed per default. When viewed the page extends to full size which is fine
I’ve read the customisation section of the app within minutes but couldn’t find anything on display sizes.
App Within Minutes Application (XWiki.org)
the (default) code generating the page content in the classsheet;
$doc.display('Page-content')
is there a way to display the page section taller without having to drag it?