Search Results

Type: Posts; User: joaxazevedo

Search took 0.01 seconds.
  1. Hi all,

    I'm trying to disable a InputMask using JS, but when I delete the plugin using:


    delete textField.plugins[i];

    Nothing happens and the field still showing the mask.

    Whats the...
  2. Thanks Vladimir, it worked!
  3. I can't do that!

    I need to insert the items in a different moment, not when the Panel is being created.
  4. Hi all,

    I'm trying to dynamically add a FieldSet with a TextField inside a Panel. After the insertion the panel can collapse, but after that it can't expand!



    <%@ Page Language="C#"...
  5. Thanks, Vladimir, it works!

    Why sencha don't have a node to show inputMask properties and methods? I have other problem exactly in javascript code of inputmask!
  6. How to add an InputMask plugin, and a mask, in a textfield dynamically, via JS?

    I already tried:



    var pl = Ext.PluginManager.create({ ptype: 'inputmask', proxyId: campo.name, mask: result...
Results 1 to 6 of 6