[CLOSED] Mask for textfield in ext mobile version

Hybrid View

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

    [CLOSED] Mask for textfield in ext mobile version

    How to use mask in ext.net mobile textfield?
    In the version for webforms I use InputMask.
    How would it be in the mobile version?

    Ex.:
    <ext:TextField ID="txtPlaca" Padding="1" runat="server" Width="130" FieldLabel="Placa" Name="Placa" LabelAlign="Top">
         <Plugins>                                                        
            <ext:InputMask runat="server" Mask="999-9999" />                                        
         </Plugins>                                                          
    </ext:TextField>
  2. #2
    Hello @cdeveloper!

    I'm afraid the Mobile version of Ext.NET, based on Ext JS 6.0.2 (modern toolkit) has no support for the feature.

    Ext JS 6.0.2 developed since then and introduced its own input mask plugin along the road to version 6.7.0, but we still have not upgraded the mobile version of Ext.NET to the latest corresponding Ext JS. Unfortunately, we do not have a time frame for when that's going to happen.
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Replies: 9
    Last Post: Jan 14, 2017, 8:35 PM
  2. [CLOSED] TExtField mask
    By ViDom in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 03, 2012, 3:28 PM
  3. [CLOSED] Mask for a textfield
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 26, 2011, 6:02 PM
  4. TextField mask
    By Dominik in forum 1.x Help
    Replies: 4
    Last Post: Nov 26, 2010, 10:25 AM
  5. TextField mask
    By flaviodamaia in forum 1.x Help
    Replies: 1
    Last Post: Jan 23, 2009, 1:15 PM

Posting Permissions