Docs
Ucode Docs - English
Ucode Docs - English
  • User Guide
    • Overview
      • Admin Panel
      • Quick-Start
        • Profile
          • Language
          • Profile setting
          • Log out
      • Glossary
    • Menu
      • Manage setting
      • AI chat
    • Table
      • Overview
      • Create Table
      • Edit & Delete Table
      • Table setting
        • Main Setting
        • Layout
    • Items
      • Create Items
      • Update Items
      • Delete Items
    • Field & Relation
      • Field
        • Overview
        • Create Field
        • Update Field
        • Delete Field
        • Setting Field
          • Schema
          • Validation
          • AutoFill
          • AutoFilter
          • Show & Hide
        • Field Type
          • Text Field
          • Number Field
          • Date Field
          • Dropdown Field
          • Toggle Field
          • Formula Field
          • Relation Field
          • Person Field
          • File Field
          • Map Field
          • Email Field
          • Password Field
          • Link Field
          • Button Field
          • Increment ID Field
          • JSON Field
          • International Phone Field
          • Icon Field
          • QR Field
          • Color Field
      • Relation
        • Overview Relation
        • Create Relation
        • Update Relation
        • Relation types
    • Views
      • Table View
        • Filter
        • Search
        • Fix Col's
        • Tab Group
        • Columns
        • Group
        • Import & Export
      • Calendar View
      • Timeline View
      • Board View
      • Tree View
      • Website View
    • Table Permission
      • RBAC
      • Autofilter
    • Setting
      • Project setting
      • Activity Log
  • Developer Guide
    • Getting Started
      • Introduction
      • Quick-Start
      • Architecture
      • Help & Support
    • Setting
      • Project Setting
      • Permission
      • Resources
      • API
      • Data
      • Code
      • Activity Log
    • API reference
      • Files
        • Folder upload
      • Invoke function
      • Items
        • Aggregation
        • Multiple insert
        • Multiple update
        • Upsert many
      • Auth
        • Forgot password
        • Login
          • With option
        • Logout
        • Refresh
        • Register
        • Reset password
        • Send code
Powered by GitBook
On this page
  • Single line text
  • Text Area
  1. User Guide
  2. Field & Relation
  3. Field
  4. Field Type

Text Field

PreviousField TypeNextNumber Field

Last updated 13 days ago

A text field is a type of input where only text data can be written.

Single line text

  1. Label Field • The first input field allows you to specify the Label of the column. • Enter a meaningful name, such as “Title” or “Description”, to indicate the purpose of this column. This label will appear as the header for the column in the table view.

  2. Type Field • The second dropdown menu lets you define the Type of data for the column. • Select Text from the list, which is ideal for storing textual information such as names, titles, or any string-based data.

  3. Format Field • The third dropdown menu allows you to specify the Format for the selected data type. • Choose Text in this field to define the input style as a single-line text field. This format is appropriate for short, concise text inputs like titles, keywords, or short descriptions.


Text Area

  1. Label Field • The first input field is used to define the Label for the column. • Enter a meaningful name, such as “Title” or “Description”, to indicate the purpose of this column. This label will appear as the header for the column in the table view.

  2. Type Field • The second dropdown menu allows you to choose the Type of data for the column. • Select Text from the list, indicating that the column will store string-based data.

  3. Format Field • The third dropdown menu specifies the Format for the selected text data type. • Choose Text Area here, which configures the field as a multiline text box. This format is ideal for storing longer text inputs, such as detailed descriptions, comments, or notes.

Text
Text Area