... |
... |
@@ -1,34 +1,39 @@ |
1 |
|
-**功能简介** |
|
1 |
+**Feature Overview** |
2 |
2 |
|
3 |
|
-图片控件允许用户上传图片文件,支持常见图片格式,如JPG、PNG等。 |
|
3 |
+The Image widget allows users to upload image files, supporting common image formats such as JPG, PNG, etc. |
4 |
4 |
|
5 |
|
-**使用场景** |
|
5 |
+**Use Cases** |
6 |
6 |
|
7 |
|
-适用于上传个人头像、产品图片、证件照片等场景。 |
|
7 |
+It is suitable for scenarios like uploading personal avatars, product images, ID photos, etc. |
8 |
8 |
|
9 |
|
-**设置方式** |
|
9 |
+**Setting Method** |
10 |
10 |
|
11 |
|
-点击基础字段中的图片控件 或者 拖拽图片控件到画布中,设置图片大小限制。 |
|
11 |
+Click on the Image widget in the basic fields or drag and drop the Image widget onto the canvas, and set the image size limit. |
12 |
12 |
|
13 |
|
-**控件属性** |
14 |
14 |
|
|
14 |
+**Widget Properties** |
15 |
15 |
|
16 |
|
-(% style="width:722px" %) |
17 |
|
-|(% style="width:137px" %)控件属性|(% style="width:184px" %)设置项|(% style="width:397px" %)设置项说明 |
18 |
|
-|(% rowspan="5" style="width:137px" %)基础属性|(% style="width:184px" %)控件名称|(% style="width:397px" %)用于区分不同的控件 |
19 |
|
-|(% style="width:184px" %)显示控件名称|(% style="width:397px" %)用于控制在填单时是否显示控件名称 |
20 |
|
-|(% style="width:184px" %)控件宽度|(% style="width:397px" %)用于控制在填单时当前控件的显示宽度 |
21 |
|
-|(% style="width:184px" %)帮助文字|(% style="width:397px" %)填单时出现问号悬浮可以显示帮助文字 |
22 |
|
-|(% style="width:184px" %)字段权限|(% style="width:397px" %)((( |
23 |
|
-可见权限:可见、有条件可见、不可见; |
|
16 |
+(% style="width:1289px" %) |
|
17 |
+|(% style="width:146px" %)**Widget Properties**|(% style="width:166px" %)**Settings Options**|(% style="width:973px" %)**Settings Options Description** |
|
18 |
+|(% rowspan="5" style="width:146px" %)Basic Properties|Name|(% style="width:973px" %)Used to distinguish different widgets. |
|
19 |
+|Display Name|(% style="width:973px" %)Used to control whether the widget name is displayed when filling out the form. |
|
20 |
+|Width|(% style="width:973px" %)Used to control the display width of the current widget when filling out the form. |
|
21 |
+|Help Text|(% style="width:973px" %)A question mark hover appears when filling out the form, which can display help text. |
|
22 |
+|Permissions|(% style="width:973px" %)((( |
|
23 |
+Visibility Permissions: Visible, Conditionally Visible, Invisible; |
24 |
24 |
|
25 |
|
-编辑权限(前提是有可见权限):可编辑、不可编辑; |
|
25 |
+Edit Permissions (precondition: visibility permissions): Editable, Non-editable; |
26 |
26 |
|
27 |
|
-必填权限(前提是有编辑权限):必填、有条件必填、不必填; |
|
27 |
+Mandatory Permissions (precondition: edit permissions): Mandatory, Conditionally Mandatory, Not Mandatory; |
28 |
28 |
|
29 |
|
-字段权限仅在非流程表单中生效; |
|
29 |
+Field permissions only take effect in non-process forms; |
30 |
30 |
|
31 |
|
-另外有条件可见和有条件必填在流程表单和非流程表单中都生效; |
|
31 |
+Additionally, conditionally visible and conditionally mandatory permissions take effect in both process and non-process forms. |
32 |
32 |
))) |
33 |
|
-|(% rowspan="2" style="width:137px" %)特殊属性|(% style="width:184px" %)图片个数|(% style="width:397px" %)用于设置上传时的最大个数 |
34 |
|
-|(% style="width:184px" %)单个大小|(% style="width:397px" %)用于设置上传时单个文件大小的最大值 |
|
33 |
+|(% rowspan="3" style="width:146px" %)Special Properties|(% style="width:166px" %)Image Count|(% style="width:973px" %)Used to set the maximum number of images that can be uploaded at once. |
|
34 |
+|(% style="width:166px" %)File Size|(% style="width:973px" %)Used to set the maximum file size for individual images during upload. |
|
35 |
+|(% style="width:166px" %)Image Type|(% style="width:973px" %)((( |
|
36 |
+Controls the types of images that client users can upload, with options to select from the following image types: |
|
37 |
+ |
|
38 |
+Image Types: .jpg, .png, .tiff, .dwg, .jpeg, .gif |
|
39 |
+))) |