apps
latest
false
旧版 Apps 用户指南
- 入门指南
- 演示应用程序
- 如何
- 通知
- 使用 VB 表达式
- 设计应用程序
- 事件和规则
- 在应用程序中利用 RPA
- 在应用程序中利用实体
- 在应用程序中利用队列
- 在应用程序中利用媒体文件
- 在应用程序中利用操作
- 在应用程序中利用 Connections
- 应用程序生命周期管理 (ALM)
- UiPath 第一方应用程序
- 基本故障排除指南
重要 :
有关 Studio Web 中的应用程序项目文档,请参阅 Studio Web 文档中的“应用程序项目”一章:https://docs.uipath.com/zh-CN/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web。
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
页面就像一个主容器。您可以在一个页面中添加多个控件和容器。单击左侧窗格(树视图)顶部的“+”图标,即可向应用程序添加多个页面。
添加新页面时,您可以从弹出窗口中选择其中一个模板。您可以从多个模板中进行选择,包括仪表板、表单、列表等。如果要从新页面开始,请选择“空白页面”。
常规
- Description- Description of the page. Useful for App creators to define what the page is about. This information is not visible in runtime.
- “工具提示”- 要在容器上显示的工具提示。使用此选项可提供有关控件的其他信息。
- 数据上下文是单个实体记录的容器。在容器上设置数据上下文时,属于该容器的所有控件都可以访问绑定到容器的数据上下文。
- Show Loading Progress Indicator - If enabled, will allow the app users to interact only after the page is loaded. This is enabled by default
备注:
禁用此标志将允许最终用户在页面加载期间与应用程序交互。当应用程序中包含复杂页面,并且用户不想等到整个页面加载完毕时,此功能尤其有用。
根据需要,应用程序创建者可以决定是在页面完全加载之前显示进度指示器,还是允许最终用户在页面加载期间与其交互。
Events
-
“已加载”- 配置加载页面时会发生的情况。
重要提示:页面不再支持“已单击”事件
样式
- “布局”- 确定页面中控件的定位方式
-
Direction (Horizontal/Vertical) - Controls are arranged one below the other (vertical) or side by side (horizontal).
-
Alignment- Controls alignment within the page ( Left, Center, Right & Stretch for Vertical direction and Top, Middle, Bottom, Stretch for Horizontal direction).
-
Justify- Top, Middle, Bottom & Distribute for Vertical direction and Left, Center, Right & Distribute for Horizontal direction.
-
“允许换行”- 如果启用,则当空间不足时,页面上的控件将换行。
-
- “背景颜色”- 设置页面的背景颜色。
- “边框”- 设置页面的边框。可以为边框配置边框粗细、边框颜色和角半径。
- “字体”- 设置页面的字体系列。页面中的所有控件将具有与页面相同的字体系列。
- Margin- Sets the margin of the page. By default 0px 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.
- “填充”- 设置容器的填充。“上/下”和“左/右”填充属性结合使用。如果需要为每一侧设置不同的填充值,则可以使用“填充”部分标题右侧的“取消链接”图标取消链接这些属性。
- “大小”- 可以在“大小”部分中设置页面的宽度和高度。默认情况下,系统会为页面设置“全宽度”,即可用宽度的 100%。如果用户要为页面设置特定宽度,则应取消选择“全宽度”,并且可以使用像素为单位为页面设置宽度。