- 入门指南
- 演示应用程序
- 如何
- 通知
- 使用 VB 表达式
- 设计应用程序
- 事件和规则
- 在应用程序中利用 RPA
- 在应用程序中利用实体
- 在应用程序中利用队列
- 在应用程序中利用媒体文件
- 在应用程序中利用操作
- 在应用程序中利用 Connections
- 应用程序生命周期管理 (ALM)
- UiPath 第一方应用程序
- 基本故障排除指南
常规
- Input type - Change the type of textbox. You can choose between Text, Number, and Email.
- “值绑定”- 将文本框绑定到 RPA 流程参数或应用程序字段。可以在运行时动态解析此属性。
- “提示文本”- 配置在运行时显示的控件帮助文本。
- “默认文本”- 运行时显示的默认值。
- “工具提示”- 要在文本框上显示的工具提示。使用此选项可提供有关控件的其他信息。
- 标签- 要在控件旁边显示的文本。如果“验证”部分的“必需”属性设置为
=true,则文本后也会有一个星号*。 - 必需- 如果设置为
=true,则此控件为必需控件。还会在运行时配置的标签文本后添加星号*。 - Min length - Sets the minimum number of characters required by the validation.
- “最大长度” - 设置验证所需的最大字符数。
- 模式(正则表达式) - 用于验证不同的输入模式。该值需要位于正斜杠
/ /之间,例如/{REGEX}/。如果提供了无效的正则表达式,则系统不会在 Runtime 期间执行任何验证。检查以下示例以获取有效的正则表达式:/\d/- 应包含数字/^\d*$/- 仅允许数字/\w/- 应包含单词字符(始终与 ASCII 字符[A-Za-z0-9_])/[A-G]/- 应包含A到G之间的字符/^C\d{7}$/- 值应以字母C开头,后跟七个数字字符/^.{6,10}$/- 值应介于6和10之间/[A-H0-5_@?]/- 仅允许使用A到H、0到5、_、@和?之间的字符/^4[0-9]{12}(?:[0-9]{3})?$/- check for credit card numbers from Visa/^3[47][0-9]{13}$/- check for credit card number from American Express/^5[1-5][0-9]{14}|^(222[1-9]|22[3-9]\\d|2[3-6]\\d{2}|27[0-1]\\d|2720)[0-9]{12}$/- 检查 MasterCard 中的信用卡号/^([+]?\d{1,2}[-\s]?|)\d{3}[-\s]?\d{3}[-\s]?\d{4}$/- 允许电话号码包含可选的国家/地区代码、可选的特殊字符和空格/^(0[1-9]|[1-2][0-9]|3[0-1])\/(0[1-9]|1[0-2])\/(\d{4})$/- 使用DD/MM/YYYY格式的有效出生日期
- 自定义错误消息- 出现任何输入验证错误时要显示的特定错误消息。这包括“必需”和“模式 (正则表达式)” 、数字的最小值或最大值、文本的最小或最大长度。
- “隐藏”- 如果选中,则在运行时隐藏该控件。
- “已禁用”- 如果选中,则在运行时禁用该控件。
Events
- “值已更改”- 配置在值更改时会发生的情况。
样式
-
“控件对齐”- 默认情况下,继承父级对齐。可以设置与父级对齐方式不同的对齐方式。要默认使用父级对齐方式,请切换选定的对齐方式图标以关闭特定对齐方式。
备注:对齐方式取决于父元素的布局(垂直与水平)。
-
“标签放置” - 默认情况下,标签设置为“行”并显示在控件的左侧。您也可以通过选择行对齐方式将其放置在控件上方。
-
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.
-
“大小”- 可以在“大小”部分中设置控件的宽度和高度。默认情况下,大小设置为“自动”。
“最小宽度”/“最小高度”和“最大宽度”/“最大高度”可在“大小”部分的“更多”(…) 下找到。
-
“背景颜色”- 设置复选框的背景。