Files
web/web_widget_char_switchcase/readme/USAGE.rst
2018-10-12 17:37:36 +02:00

12 lines
273 B
ReStructuredText

Switch the text of the char field `name` to uppercase:
.. code-block:: xml
<field name="name" options="{'transform': 'upper'}" />
Switch the text of the char field `name` to lowercase:
.. code-block:: xml
<field name="name" options="{'transform': 'lower'}" />