---
url: https://gudhub.com/uk/docs/gh-elements/text-editor/
title: "Text Editor\n                #"
description: "Text Editor is a gh element that allows you to enter, edit, and display a large amount of text in application. This element creates a file and stores the entere"
lang: uk
updated: 2026-09-12T04:07:07.294Z
---

# Text Editor [#](https://gudhub.com/uk/docs/gh-elements/text-editor/#text-editor)

**Text Editor** is a gh-element that allows you to enter, edit, and display a large amount of text in application. This element creates a file and stores the entered text in it.

## Functional Characteristics [#](https://gudhub.com/uk/docs/gh-elements/text-editor/#functional-characteristics)

This element is usually used for any notes. Unlike the Text element, it accepts large amounts of text and has several editing functions.

## Value Format [#](https://gudhub.com/uk/docs/gh-elements/text-editor/#value-format)

Despite the way we enter text, the editor contains the ID of the file with that text.

Копіювати

```json
{
    "field_value": "930976"
}
```

In GudHub the large sets of data are contained as files and are added to the file\_list.

### Text Area [#](https://gudhub.com/uk/docs/gh-elements/text-editor/#text-area)

Text editor has a special tool called _Text Area_. It is designed for easy input and display of text data. Text Area has two types of view:

-   for displaying data
    
    ![Displaying a text area with data](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/text-area-displaying.jpg "Text area displaying")
    
-   for entering data
    
    ![Writing view of text area](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/text-editor-description.jpg "Text area")
    

The second one has a few extra functions. The first one is a drop-down list where user can select the size of font. The second one makes the font bold. And the last one resets the font settings.

## Element Options [#](https://gudhub.com/uk/docs/gh-elements/text-editor/#element-options)

This element has only a few options in field settings.

### Field Settings [#](https://gudhub.com/uk/docs/gh-elements/text-editor/#field-settings)

Besides standard Name Space and Field Name, text editor has only one field option.

![Settings of text editor field](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/text-editor-field-settings.jpg "Text editor field settings")

| Name | Description |
| :-- | :-- |
| Plain text | allows to turn off the HTML tags |

#### **Plain Text** [#](https://gudhub.com/uk/docs/gh-elements/text-editor/#plain-text)

The single unique option of text editor element turns off HTML tag in the text area. That is, when it is enabled, the user cannot change the displaying of the text using the buttons, namely, to change font size or make it bold.

## Element Style [#](https://gudhub.com/uk/docs/gh-elements/text-editor/#element-style)

As well as most of previous elements, text editor has standard style options and a few interpretation types. Read about them in [Setting Overview](https://gudhub.com/uk/docs/understanding-gudhub/gh-elements-structure/setting-overview/) and [Interpretation](#interpretation).

![Style of text editor element](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/text-editor-element-style.jpg "Text editor element style")

## Data Model [#](https://gudhub.com/uk/docs/gh-elements/text-editor/#data-model)

This is one of gh-elements with the most simple data model:

Копіювати

```json
{
    "data_model":{
        "interpretation": [],
        "plain_text": 0
    }
}
```

| Name | Type | Description |
| :-- | :-- | :-- |
| interpretation | `array` | _contains all editor interpretations_ |
| plain\_text | `boolean` | _shows whether plain text is used_ |

## Filtration [#](https://gudhub.com/uk/docs/gh-elements/text-editor/#filtration)

Since text editor can contains pretty big values, it can be filtered out only by [Value](https://gudhub.com/uk/docs/core-api/filter/value/).

## Interpretation [#](https://gudhub.com/uk/docs/gh-elements/text-editor/#interpretation)

As well as text element, this editor has two interpretations, editable and uneditable.

![Types of text editor interpretation](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/text-editor-interpretation-types.jpg "Text editor interpretation types")

### Input With Name [#](https://gudhub.com/uk/docs/gh-elements/text-editor/#input-with-name)

This interpretation type allows to update text value in a description and display it in the application.

### Default [#](https://gudhub.com/uk/docs/gh-elements/text-editor/#default)

This one does not allows to update value. It only display the icon.
