Input (float)
点击复制
浮点数的输入字段
外观和感觉设置。
Label (非强制性) - 输入的标签。
Default value (非强制性) - 输入的默认值。
Placeholder (非强制性) - 输入的占位符。
Name (强制性) - 输入的名称。
Tooltip (非强制性) - 输入的提示。
Min (非强制性) - 最小值。
Max (非强制性) - 最大值。
Step (非强制性) - 更改步骤。
Required (mandatory) - 使该字段成为强制性的。默认情况下是禁用的。
Allow clear (mandatory) - 清除输入的图标。默认情况下是禁用的。
Validate icon(强制性) - 验证输入的图标。默认情况下是禁用的。
Disabled(mandatory) - 如果打开,使该组件失效。默认情况下是关闭的。
Visible(mandatory) - 如果打开,使该组件可见。默认情况下是启用的。
工作流触发器。
- onCreate - 当该元素在页面上被创建时发生火灾。
- onShow - 当组件的状态变为可见(在页面上显示)时启动。
- onHide - 当组件的状态变为隐藏(停止显示)时发射。
- onDestroy - 在组件被销毁前启动。
- onChange - 当值被改变时触发。
- onFocus - 当组件被聚焦时发生火灾。
- onBlur - 当组件被模糊时启动。
- onEnterKey - 当按下回车键时触发。
组件动作。
InputFloat Get Properties
获取组件的属性。
输入 参数。
- Component Id [string]- 输入组件的标识符。
输出 参数。
- Label [string]- 输入标签。
- Placeholder [string]- 输入占位符。
- Allow clear [boolean]- 允许清除的状态。
- Disable [boolean]- 如果为真,则禁用组件。
- Visible [boolean]- 组件的可见性状态。
- Tooltip [string]- 输入字段提示。
- Required [boolean]- 如果为真,显示所需标记。
- Debounce (ms) [integer]- 延迟验证值。
- Min [float]- 最小值。
- Max [float]- 最大值。
- Step [float]- 改变步骤。
- Value [float]- 输入的值。
- Validate Icon [boolean]- 验证值时显示的图标。
- Validate Status [status type]- 验证值时显示的状态。
- Validate Message [string]- 验证值时要显示的信息。
InputFloat Set Properties
设置组件的属性。
输入 参数。
- Component Id [string]- 输入组件的标识符。
- Label [string]- 输入标签。
- Placeholder [string]- 输入占位符。
- Allow clear [boolean]- 允许清除的状态。
- Disable [boolean]- 如果为真,则禁用组件。
- Visible [boolean]- 组件的可见性状态。
- Tooltip [string]- 输入字段提示。
- Required [boolean]- 如果为真,显示所需标记。
- Debounce (ms) [integer]- 延迟验证值。
- Min [float]- 最小值。
- Max [float]- 最大值。
- Step [float]- 改变步骤。
- Value [float]- 输入的值。
- Validate Icon [boolean]- 验证值时显示的图标。
- Validate Status [status type]- 验证值时显示的状态。
- Validate Message [string]- 验证值时要显示的信息。
InputInteger Update Properties
更新组件的属性。
输入 参数。
- Component Id [string]- 输入组件的标识符。
- Label [string]- 输入标签。
- Placeholder [string]- 输入占位符。
- Allow clear [boolean]- 允许清除的状态。
- Disable [boolean]- 如果为真,则禁用组件。
- Visible [boolean]- 组件的可见性状态。
- Tooltip [string]- 输入字段提示。
- Required [boolean]- 如果为真,显示所需标记。
- Debounce (ms) [integer]- 延迟验证值。
- Min [float]- 最小值。
- Max [float]- 最大值。
- Step [float]- 改变步骤。
- Value [float]- 输入的值。
- Validate Icon [boolean]- 验证值时显示的图标。
- Validate Status [status type]- 验证值时显示的状态。
- Validate Message [string]- 验证值时要显示的信息。
使用例子。
Input (float)适用于输入浮动值,例如坐标