I want to set a limit to the number of Characters displaying in the tree view by 60, that comes from the field "Description" in the project module. But just limit the characters that display in the tree view NOT limit the input of the field.
would that be possible? with an attribute in xml? or directly using custom css or js
<xpath expr="//tree[1]/field[@name='name']" position="after">
**strong text**<field name="description" string="Comments" Limit="60"/>
</xpath>