[CLOSED] Password validation not localized

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Password validation not localized

    On the following example, password validation is not localized (ResourceManager's Locale is set to pt).

    Click image for larger version. 

Name:	pw001.png 
Views:	0 
Size:	2.9 KB 
ID:	21291

    Thanks in advance.

    <!DOCTYPE html>
    <html>
    <head id="Head1" runat="server">
    </head>
    <body>
        <ext:ResourceManager runat="server" Locale="pt" ScriptMode="Debug" />
        <ext:FormPanel ID="_frm" Width="200" Height="200" Layout="AnchorLayout" DefaultAnchor="100%" BodyPadding="5" runat="server">
            <FieldDefaults MsgTarget="Side" />
            <Items>
                <ext:TextField ID="_pwd" Icon="Lock" InputType="Password" AllowBlank="false" EmptyText="Senha" runat="server" />
                <ext:TextField Icon="LockKey" Vtype="password" InputType="Password" EmptyText="Confirme a Senha" runat="server">
                    <CustomConfig>
                        <ext:ConfigItem Name="initialPassField" Value="_pwd" Mode="Value" />
                    </CustomConfig>
                </ext:TextField>
            </Items>
        </ext:FormPanel>
    </body>
    </html>
    Last edited by fabricio.murta; Feb 17, 2015 at 7:05 PM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] Password fields TextField saves the password
    By ucaneto in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 29, 2014, 3:38 PM
  2. Replies: 3
    Last Post: Jan 31, 2014, 9:12 AM
  3. [CLOSED] Problems with Password Validation and PasswordMask plugin
    By tactime10 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 10, 2013, 9:24 AM
  4. [CLOSED] Password Validation does not work
    By hdsoso in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 07, 2013, 1:35 PM
  5. Implement a Password Meter to a Password Field
    By sudantha in forum 1.x Help
    Replies: 1
    Last Post: Jan 15, 2012, 6:59 AM

Posting Permissions