==== text ==== .. py:attribute:: text **domain**: server **language**: python :doc:`Field class ` Description =========== Use ``text`` property to get or set the text value of the field. Getting text property value --------------------------- Gets the value of the :doc:`value ` property and converts it to text. Setting text property value --------------------------- Converts the text to the type of the field and assigns its :doc:`value ` property to this value See also ======== :doc:`Fields ` :doc:`Lookup fields ` :doc:`lookup_value ` :doc:`text ` :doc:`lookup_text `