Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

名称描述
Spreadsheet表单元素的元素ID
Label电子表格标签/标题
Columns

电子表格列在这里定义。

子元素描述
Value列的字段ID。
Label列标题标题/标签。
Format Type

定义要存储的输入的类型。

默认格式类型是文本

可用的数据类型:

  • Text - 将文本的值格式化
  • Numeric - 接受数值(请参阅格式文档)
  • Date - 接受日期类型值
  • Time - 接受时间类型值
  • Checkbox - 显示为复选框以检查
  • Dropdown  -显示为下拉菜单选择选项
  • Autocomplete  - 自动完成任何已知的短语
  • Password  - 将任何字母数字值隐藏到密码中
  • Custom
Format

定义基于所选格式类型在电子表格中显示数据的格式。

  • Numeric -键入 numbrojs 库支持的格式
  • Date - 键入 moment.js  库支持的格式
  • Time - 键入 moment.js  库支持的格式
  • Dropdown - 键入包含等效下拉元素的表单ID。
  • Autocomplete - 参阅 handsontable 示例.
  • Custom - 参阅 handsontable 示例.
Regex Validation验证输入值以匹配定义的正则表达式模式。
Formula

定义执行处理的公式。

Info
titleSample

例如:销售额+利润损失

 

 

Readonly定义列是否可编辑。

...