Input (text)

点击复制

文本输入栏


外观和感觉设置。

Label (非强制性) - 输入的标签。

Placeholder (非强制性) - 输入的占位符。

Name (强制性) - 输入的名称。

Tooltip (非强制性) - 输入的提示。

Min rows (非强制性) - 输入的最小行数

Max rows (非强制性) - 输入的最大行数

Required (mandatory) - 使该字段必须输入。默认情况下是禁用的。

Allow clear (强制性) - 清除输入的图标。默认情况下是禁用的。

Validate icon (强制性) - 输入的验证图标。默认情况下是禁用的。

Disabled (mandatory) - 如果打开,使该组件失效。默认情况下是关闭的。

Visible (mandatory) - 如果打开,使该组件可见。默认情况下是启用的。



工作流触发器。

  • onCreate - 当该元素在页面上被创建时触发。
  • onShow - 当组件的状态变为可见时启动(在页面上显示)。
  • onHide - 当组件的状态变为隐藏(停止显示)时触发。
  • onDestroy - 在组件被销毁前启动。
  • onChange - 当值被改变时触发。
  • onFocus - 当组件被聚焦时发生火灾。
  • onBlur - 当组件被模糊时触发。

组件动作

InputText Get Properties

获取该组件的属性。

输入 参数。

  • Component Id [string]- 输入组件的标识符。

输出 参数。

  • Label [string]- 输入标签。
  • Placeholder [string]- 输入占位符。
  • Allow clear [boolean]- 允许清除的状态。
  • Disable [boolean]- 如果为真,则禁用组件。
  • Visible [boolean]- 组件的可见性状态。
  • Tooltip [string]- 输入字段提示。
  • Min row [integer]- 最小输入行数。
  • Max row [integer]- 输入的最大行数。
  • Required [boolean]- 如果为真,显示必要的标记。
  • Debounce (ms) [integer]- 延迟验证该值。
  • Value [text]- 输入的值。
  • Validate Icon [boolean]- 验证值时显示的图标。
  • Validate Status [Status type]- 验证值时显示的状态。
  • Validate Message [string]- 验证值时显示的信息。

Input Text Get Properties

InputText Set Properties

设置组件的属性。

输入 参数。

  • Component Id [string]- 输入组件的标识符。
  • Label [string]- 输入标签。
  • Placeholder [string]- 输入占位符。
  • Allow clear [boolean]- 允许清除的状态。
  • Disable [boolean]- 如果为真,则禁用组件。
  • Visible [boolean]- 组件的可见性状态。
  • Tooltip [string]- 输入字段提示。
  • Required [boolean]- 如果为真,显示所需标记。
  • Debounce (ms) [integer]- 延迟验证值。
  • Value [text]- 输入的值。
  • Validate Icon [boolean]- 验证值时显示的图标。
  • Validate Status [status type]- 验证值时显示的状态。
  • Validate Message [string]- 验证值时显示的信息。

Input Text Set Properties

InputText Update Properties

更新组件的属性。

输入 参数。

  • Component Id [string]- 输入组件的标识符。
  • Label [string]- 输入标签。
  • Placeholder [string]- 输入占位符。
  • Allow clear [boolean]- 允许清除的状态。
  • Disable [boolean]- 如果为真,则禁用组件。
  • Visible [boolean]- 组件的可见性状态。
  • Tooltip [string]- 输入字段提示。
  • Required [boolean]- 如果为真,显示所需标记。
  • Debounce (ms) [integer]- 延迟验证值。
  • Value [text]- 输入的值。
  • Validate Icon [boolean]- 验证值时显示的图标。
  • Validate Status [status type]- 验证值时显示的状态。
  • Validate Message [string]- 验证值时显示的信息。

Input Text Update Properties


使用实例

输入文本-适合于给用户写一个详细的信息,比如说评论。