interface IRtPasswordEditoreditor
편집기 타입은 'password' 이다.
Html input 'password' type으로 사용자가 비밀번호를 입력할 수 있다.
Html input 'password' type으로 사용자가 비밀번호를 입력할 수 있다.
See Also
Events
Properties
- autocomplete: RtPasswordAutocomplete optional
자동완성 방법 지정. - maxLength:
number
optional입력 최대 길이. - minLength:
number
optional입력 최소 길이. - pattern:
string
optional패스워드 규칙 설정.
정규표현식으로 지정한다. 패턴이 잘못된 경우나 지정하지 않은 경우 적용 되지 않는다. - placeholder:
string
optional패스워드가 비었을 때 표시되는 안내 문구. - required:
boolean
optional필수 지정 여부
Inherited Properties
- IRtTextEditorBase.boxWidth
- IRtTextEditorBase.boxHeight
- IRtTextEditorBase.autoHide
- IRtBoundableEditor.fitHeight
- IRtBoundableEditor.fitWidth
- IRtEditor.id
- IRtEditor.onChange
- IRtEditor.onClick
- IRtEditor.readonly
- IRtEditor.value
- IRtRendererBase.id
- IRtRendererBase.hint
- IRtRendererBase.style
- IRtRendererBase.styleCallback
- IRtRendererBase.clickable