Constructors
constructor
-
Parameters
Properties
autocomplete
autocomplete: boolean
css
css: InputEditStyle
height
height: string | number
inputId
inputId: string
inputType
inputType: string
maxLength
maxLength: number
value
value: any
Methods
Protected doGetClassName
-
Returns string
doGetCss
- doGetCss(): InputEditStyle
-
Returns InputEditStyle
Protected doGetElemtHtml
-
Returns string
Protected doGetSuffixElemtHtml
- doGetSuffixElemtHtml(): string
-
Returns string
getAttrEditors
- getAttrEditors(): AttributeEditorBase[]
-
Returns AttributeEditorBase[]
getInputElem
- getInputElem(): JQuery<HTMLElement>
-
Returns JQuery<HTMLElement>
input 输入框组件