logologo
Get Started
Guide
Development
Plugins
API
English
简体中文
Get Started
Guide
Development
Plugins
API
English
简体中文
logologo
Overview

Blocks

Overview

Data Blocks

Table
Form
Details
List
Grid Card
Chart

Filter Blocks

Form

Other Blocks

Action Panel
Iframe
Reference block
Markdown
JS Block

Block Settings

Data Scope
Layout
Block Linkage Rules
Field Linkage Rules
Sorting Rules
Block Deletion
Block Title

Fields

Overview

Generic Settings

Table Column
Detail Form Item
Filter Form Item
Form Item

Specific Settings

Date
File Manager
Sub-form
Select
Picker
Sub-table
Sub-detail
Title
JS Field
JS Item
JS Column

Field Settings

Default Value
Field Label
Show Label
Field Tooltip
Data Scope
Field Component
Number Format
Pattern
Required
Title Field
Validation Rules
Association Field

Actions

Overview

Action Settings

Edit Button
Double Check
Assign Values
Bind Workflow
Edit Popup
Action Linkage Rules

Action Types

Add New
View
Delete
Edit
Import
Import Pro
Export
Export Pro
Export Attachments
Filter
Link
Pop-up
Refresh
Submit
Trigger Workflow
Update Record
Bulk Update
JS Action
Action Permissions

Advanced

Linkage Rules
Event Flow
Variables
RunJS
Previous PageBind Workflow
Next PageAction Linkage Rules

#Edit Modal

#Introduction

Any action or field that opens a modal when clicked supports configuring the modal's open mode, size, etc.

20251027212617

20251027212800

#Open Mode

  • Drawer

20251027212832

  • Dialog

20251027212905

  • Sub-page

20251027212940

#Modal Size

  • Large
  • Medium (default)
  • Small

#Popup UID

“Popup UID” is the UID of the component that opens the popup; it also appears in the URL as the viewUID of view/:viewUid. You can obtain it from the triggering field or button via the settings menu action “Copy popup UID”. Setting the popup uid enables popup reuse.

popup-copy-uid-20251102

#Internal popup (default)

  • "Popup uid" equals the current action button's UID (by default it uses this button's UID).

#External popup (reuse an existing popup)

  • Enter another button's UID (the popup UID) in "Popup UID" to reuse that popup elsewhere.
  • Typical use: share the same popup UI and logic across pages/blocks without duplicating configuration.
  • When using an external popup, some options become read-only (see below).

#Other related options

  • Data source / Collection: Read-only. Indicates the data source and collection the popup is bound to; by default it follows the current block’s collection. In external popup mode, it follows the target popup’s configuration and cannot be changed.
  • Association name: Optional. Open the popup from an association field; shown only when a default value exists. In external popup mode, it follows the target popup’s configuration and cannot be changed.
  • Source ID: Shown only when Association name is set; defaults to the current context’s sourceId; may be a variable or fixed value.
  • filterByTk: Can be empty, a variable, or a fixed value to constrain which record(s) the popup loads.

popup-config-20251102