.. _en/schema/text/text_editor =========== Text editor =========== The text editor from QElectroTech allows two different philosophy to introduce text in the `workspace`_: 1. What You See Is What You Get (WYSIWYG) 2. HTML code to create content and define format. Rich text tab ~~~~~~~~~~~~~ The Rich text tab is used when the WYSIWYG philosophy is applied. The different options from the rich text are: 1. Definition of content. 2. Definition of font color. 3. Definition of font size. 4. Definition of aditional font options (underlinel, bold and italic style, superscript, subscript) .. figure:: ../../images/qet_text_field_rich.png :align: center Figure: QElectroTech Text editor rich text tab Source tab ~~~~~~~~~~ The source tab is used when the text content and the format is defined using HTML code. QElectroTech processes internally the HTML code and compiles the result to be shown. The formatting limits are at HTML code. .. figure:: ../../images/qet_text_field_source.png :align: center Figure: QElectroTech Text editor source tab .. _workspace: ../../interface/workspace.html