Options
All
  • Public
  • Public/Protected
  • All
Menu

input 输入框组件

Hierarchy

  • InputBase
    • InputEdit

Index

Constructors

constructor

  • Parameters

    • config: any

    Returns InputEdit

Properties

autocomplete

autocomplete: boolean

编辑器是否允许出现输入历史

css

css: InputEditStyle

height

height: string | number

inputId

inputId: string

inputType

inputType: string

input 输入类型

maxLength

maxLength: number

可输入的长度

value

value: any

组件值 一般不要直接修改这值.没有任何更新滴 使用setValue修改

Methods

Protected doGetClassName

  • doGetClassName(): string
  • Returns string

doGetCss

  • doGetCss(): InputEditStyle
  • Returns InputEditStyle

Protected doGetElemtHtml

  • doGetElemtHtml(): string
  • Returns string

Protected doGetSuffixElemtHtml

  • doGetSuffixElemtHtml(): string
  • Returns string

getAttrEditors

  • getAttrEditors(): AttributeEditorBase[]
  • Returns AttributeEditorBase[]

getInputElem

  • getInputElem(): JQuery<HTMLElement>
  • Returns JQuery<HTMLElement>

Generated using TypeDoc