How can I hide part of the description and show it only to the admin?
If in the description part or all of the text is enclosed in the tag <admin>Hidden text</admin>
, it will be visible only to the roles Creator
.
Can I use html for descriptions?
In the description, html
is used.
How do I increase the size of the text sent to the field, in the web interface and when printing?
To optimize page loading, only a portion of the text is loaded into fields of type text
— the specific portion is determined by the parameter Text visibility limit in web.
Is it possible to hide part of the table description?
Yes, similarly to the field in the table description, you can use the <admin>Hidden text</admin>
tag. The text enclosed in it will be visible only to the Creator
roles.
How do I open by default a table with a collapsed description?
To do this, place the <hide>
tag at the beginning of the text.
How can I disable automatic opening of field descriptions in the adding row?
Place the <hide>
tag at the beginning of the description.