UiPath Documentation
apps
latest
false
旧版 Apps 用户指南
重要 :
有关 Studio Web 中的应用程序项目文档,请参阅 Studio Web 文档中的“应用程序项目”一章:https://docs.uipath.com/zh-CN/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web。 请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

文件选取器

常规

备注:

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。
  • 允许的文件类型- 上传的文件允许的文件类型。使用“ , ”分隔项目。例如,如果您写入.jpg, .png, .svg ,则仅允许上传这些文件类型。列出文件类型时, .符号不是必需的。
  • “提示文本”- 配置在运行时显示的控件帮助文本。
  • Tooltip - Tooltip to be displayed on the control. Use this to provide additional information on the control.
  • Label - Text to be displayed next to the control. If the Required property is set to =true, there is also an asterisk * after the text.
  • 必需- 如果设置为=true ,则此控件为必需控件。还会在运行时配置的标签文本后添加星号*
  • Min length - Sets the minimum number of characters required by the validation.
  • Custom Error Message - Text to be displayed if the Required property is set to =true and the control is left empty.
  • Hidden- If selected, hides the control in the runtime.
  • “已禁用”- 如果选中,则在运行时禁用该控件。
  • “仅下载” - 如果选中,则仅允许用户在运行时下载文件。
备注:

The File Picker control can upload only one file at a time.

Events

  • 添加文件- 配置添加文件时会发生的情况。
  • 已删除文件- 配置删除文件时会发生的情况。

样式

  • Control Alignment - By default, inherits the parent alignment. A different alignment other than the parent can be set. To default to Parent's alignment, toggle the selected alignment icons to switch off the specific alignment.

    备注:

    Alignment is dependent on Parent's layout (Vertical vs. Horizontal).

  • Label font family - Sets the font of the label. Font family, size, color, and style (Bold, Italic and Underline) can be configured in this section. By default, the control inherits the font family of its immediate parent container which is indicated by the keyword 'inherited'.

  • Input font family - Sets the font of the input text. Font family, size, color, and style (Bold, Italic and Underline) can be configured in this section. By default, the control inherits the font family of its immediate parent container which is indicated by the keyword 'inherited'.

  • 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.

  • 常规
  • Events
  • 样式

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新