Wiki源代码11 Image

yufei li 于 2025/02/28 07:09 最后修改

显示最后作者
1 **Feature Overview**
2
3 The Image widget allows users to upload image files, supporting common image formats such as JPG, PNG, etc.
4
5 **Use Cases**
6
7 It is suitable for scenarios like uploading personal avatars, product images, ID photos, etc.
8
9 **Setting Method**
10
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
13
14 **Widget Properties**
15
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
25 Edit Permissions (precondition: visibility permissions): Editable, Non-editable;
26
27 Mandatory Permissions (precondition: edit permissions): Mandatory, Conditionally Mandatory, Not Mandatory;
28
29 Field permissions only take effect in non-process forms;
30
31 Additionally, conditionally visible and conditionally mandatory permissions take effect in both process and non-process forms.
32 )))
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 )))