[HTML]
<ext:TextField ID="PasswordField" Name="Pass" runat="server" FieldLabel="비밀번호" AllowBlank="false" InputType="Password" Regex="" EmptyText="비밀번호 8 ~ 12자리" AnchorHorizontal="100%" MsgTarget="Side" MinLength="8" MaxLength="12">
<Listeners>
<ValidityChange Handler="this.next().validate();" />
<Blur Handler="this.next().validate();" />
</Listeners>
</ext:TextField>
<ext:TextField Name="PassConfirm" runat="server" FieldLabel="비밀번호 확인" InputType="Password" Vtype="password" EmptyText="비밀번호 8 ~ 12자리" AnchorHorizontal="100%" MsgTarget="Side" VtypeText="입력된 비밀번호와 일치하지않습니다." MinLength="8" MaxLength="12">
<CustomConfig>
<ext:ConfigItem Name="initialPassField" Value="PasswordField" Mode="Value" />
</CustomConfig>
</ext:TextField>
[체크]
비밀번호 최소 4 최대 12자리
비밀번호, 비밀번호 확인 비교
'Ext.net > basic' 카테고리의 다른 글
Ext.net TreePanel 몇가지 기능 (0) | 2018.05.02 |
---|---|
Ext.net GridPanel toolTip 적용 (0) | 2018.04.26 |
Ext.net Chart limit (0) | 2018.04.25 |
Ext.net Image 변경 (0) | 2018.04.24 |
Ext.net Grid Panel Row 값 (0) | 2018.04.20 |