Sheets(工作表(Sheets))¶
:::callout{theme="warning"} Foundry Forms is no longer the recommended approach for data entry or writeback workflows on Foundry. Instead, build user input workflows with the Foundry Ontology, representing the relevant data structures as object types and configuring the writeback interaction with Actions. Learn more in the Forms overview documentation. :::
Sheets are wrappers around one or more fields. Each form includes one main sheet plus an optional number of subsheets. Like fields, sheets can be affected by transforms, offering a convenient way to show, hide, or disable all fields within the sheet at once.
Through the Forms Visual Editor, users can perform a variety of sheet customizations:
- Set a title or hide the header and border.
- Set the number of columns.
- Set the default label position of all fields within the sheet.
- Set a description, and specify how it is displayed.
- Disable all fields within the sheet.
- Configure multiplicity.
:::callout{theme="neutral"} Sheets can only be added to the end of form. Users cannot add sheets to the middle of a form or add individual fields below sheets. :::
中文翻译¶
工作表(Sheets)¶
:::callout{theme="warning"} Foundry Forms 已不再是 Foundry 平台上数据录入或回写工作流的推荐方案。请改用 Foundry 本体论(Ontology)构建用户输入工作流,将相关数据结构表示为对象类型(Object Types),并通过操作(Actions)配置回写交互。了解更多信息,请参阅 Forms 概述文档。 :::
工作表(Sheets) 是对一个或多个字段的封装。每个表单包含一个主工作表,以及可选数量的子工作表(Subsheets)。与字段类似,工作表可以受到转换(Transforms)的影响,从而提供一种便捷的方式,一次性显示、隐藏或禁用工作表中的所有字段。
通过表单可视化编辑器(Forms Visual Editor),用户可以对工作表进行多种自定义设置:
- 设置标题,或隐藏标题栏和边框。
- 设置列数。
- 设置工作表中所有字段的默认标签位置。
- 设置描述信息,并指定其显示方式。
- 禁用工作表中的所有字段。
- 配置多重性(Multiplicity)。
:::callout{theme="neutral"} 工作表只能添加到表单末尾。用户无法在表单中间添加工作表,也无法在工作表下方添加单个字段。 :::