maym 于 2025/06/06 08:41 最后修改

从版本 10.2
yufei li编辑
在2025/02/14 02:13上
修改评论: Update document after refactoring.
到版本
yufei li编辑
在2025/02/28 02:52上
修改评论: 该版本没有评论

摘要

细节

页面属性
标题
... ... @@ -1,1 +1,1 @@
1 -5.05.03 表单设计
1 +5.05.03 Form Design
内容
... ... @@ -1,8 +1,8 @@
1 -表单设计主要分为 3 个步骤:
1 +Form design primarily consists of three steps:
2 2  
3 -==== 1 添加控件 ====
3 +==== 1 Adding Form Widgets ====
4 4  
5 -从表单设计器面板的左侧拖动所需的控件到中间的画布区域,控件名称就是需要收集数据的名称,控件的框内就是用来填写数据的地方。每个控件对应着表单数据结构中的一个字段。
5 +Drag the required form widgets from the left side panel of the form designer to the canvas area in the center. The name of each widget represents the data to be collected, and the box within each widget is where the data is entered. Each widget corresponds to a field in the form’s data structure.
6 6  
7 7  
8 8  ==== [[image:1735806585128-965.png]] ====
... ... @@ -9,9 +9,9 @@
9 9  
10 10  ==== ====
11 11  
12 -==== 2 控件属性 ====
12 +==== 2 Widget Properties ====
13 13  
14 -选中控件,可以设置字段属性。如修改字段的名称、是否显示、显示的宽度、占位提示、字段权限、默认内容等。
14 +Select a widget to set its field properties, such as modifying the field name, visibility, display width, placeholder text, field permissions, default content, etc.
15 15  
16 16  
17 17  ==== [[image:1735806616315-367.png]] ====
... ... @@ -18,9 +18,9 @@
18 18  
19 19  ==== ====
20 20  
21 -==== 3 表单页面属性 ====
21 +==== 3 Form Page Properties ====
22 22  
23 -在页面属性中可以设置页面布局、标题对齐方式、控件标题样式等表单页面样式。
23 +In the page properties, you can set the page layout, title alignment, widget title style, and other form page styles.
24 24  
25 25  [[image:1735806648047-433.png]]
26 26