references: writing text
You can now have a customized tab in the edit popup for each of your classes. The custom tab shows as ”++” :

Edit popup’s custom tab.
To display a list of custom fields or any other information, you write a master template with the class scope and “*edit” mode:

Template setup for the custom tab.
The template content is simply:
<label>yo</label> <r:input name='d_yo'/>
This resolves the (one year old) bug #76 without any performance drop due to the late loading of the custom tab through javascript.
Nice. only 10 bugs left before the first release !
Gaspard Bucher
comments