Options
All
  • Public
  • Public/Protected
  • All
Menu

Ext.form.field.Text扩展

define

使用Ext.form.field.Text对象调用以下方法或属性

example

input.blur()

Hierarchy

  • TextFieldExtend

Index

Constructors

constructor

Properties

comment

comment: string = ""

输入框的说明信息

useHistory

useHistory: boolean = false

是否开启输入历史记录的功能,当调用validate方法是会触发记录,将数据保存到历史记录中 注意:当开启历史记录功能时,需要配置组件的code值,避免系统自动生成照成不一致

Methods

Abstract checkHistory

  • checkHistory(): boolean
  • 检测输入框是否有历史记录,当useHistory为true时有效

    Returns boolean

Abstract clearHistory

  • clearHistory(): any
  • 清空输入框的历史记录,当useHistory为true时有效

    Returns any

Abstract hideHistory

  • hideHistory(): any
  • 隐藏输入框的历史记录菜单,当useHistory为true时有效

    Returns any

Abstract showHistory

  • showHistory(): any
  • 显示输入框的历史记录菜单,当useHistory为true时有效

    Returns any