Properties
Optional attr
attr: string
btnText
btnText: string
Optional canClose
canClose: (newVal: any) => string | boolean
Type declaration
-
- (newVal: any): string | boolean
-
Parameters
Returns string | boolean
Optional default
default: string
demo
demo: string
Optional desc
desc: string
Optional editorClass
editorClass: string | object
Optional getValue
getValue: () => any
Optional helpUrl
helpUrl: string
Optional Readonly id
id: string
Optional labelCaption
labelCaption: string
Optional language
Optional onChanged
onChanged: (value: any) => void
Optional onChanging
onChanging: (newValue: any, oldValue: any) => boolean
Type declaration
-
- (newValue: any, oldValue: any): boolean
-
Parameters
-
newValue: any
-
oldValue: any
Returns boolean
Optional onRenderCallBackObj
onRenderCallBackObj: object
Optional placeholder
placeholder: string
Optional readOnly
readOnly: boolean
Optional setValueCallBack
setValueCallBack: (value: any) => any
Optional title
title: string
Optional Readonly type
type: string
点击按钮弹出代码编辑框