- 入门指南
- 在开始之前
- 如何
- 设计应用程序
- 事件和规则
- 在应用程序中利用 RPA
- 在应用程序中利用实体
- 在应用程序中利用队列
- 应用程序生命周期管理 (ALM)
- 基本故障排除指南
常规
To better understand how the File Picker control works, check out the Including File Control in Apps pages in the How To section.
- “值绑定” - 将日期选取器绑定到 RPA 流程参数或应用程序字段。可以在运行时动态解析此属性。
- 最大文件大小- 上传的文件所允许的最大大小。建议的最大文件大小为 10 MB。
- Allowed file types - The file types allowed for the uploaded file. Use "
," to separate items. For example, if you write.jpg, .png, .svg, only these file types are allowed to be uploaded. - Helper Text- Configure the help text for the control which shows in the runtime.
- Tooltip - Tooltip to be displayed on the file picker. Use this to provide additional information on the control.
- “隐藏”- 如果选中,则在运行时隐藏该控件。
- “已禁用”- 如果选中,则在运行时禁用该控件。
- “仅下载” - 如果选中,则仅允许用户在运行时下载文件。
The File Picker control can upload only one file at a time.
Events
- 已添加文件- 配置添加文件时会发生的情况。
- 已删除文件- 配置删除文件时会发生的情况。
样式
-
“控件对齐”- 默认情况下,继承父级对齐。可以设置与父级对齐方式不同的对齐方式。要默认使用父级对齐方式,请切换选定的对齐方式图标以关闭特定对齐方式。
备注:对齐方式取决于父元素的布局(垂直与水平)。
-
“字体”- 设置控件的字体。可以在此部分中配置字体系列、大小、颜色和样式(粗体、斜体和带下划线)。默认情况下,控件会继承其直属父容器的字体系列,这由关键字“已继承”指示。
-
Margin- Sets the margin of the control. By default 4px margin is set. Top/Bottom and Left/Right margin properties are combined. These properties can be unlinked using the unlink button on the right side of the Margin section heading.
-
Size - The width and height of the control can be set in the size section. By default, the size is set to Auto. Min Width/ Min Height and Max Width/ Max Height are available under more (...) in the size section.