-
7 Dec 2009 4:44 AM #41
after changing the following part, this ux works with ext-3.0.3 for me:
red: setting the scorebar to zero is nice, but resetting the field itself should not be forgotten.Code:reset : function(){ Ext.ux.PasswordField.superclass.reset.call(this); if (this.rendered && this.showStrengthMeter) { this.scoreBar.setWidth(0, true) } }
green: if the form is in a window (or other container) it is not guaranteed, that the form-element is already rendered when reset is called. beforeRender, there is no scorebar so setWidth will lead to an error.
kind regards,
tobiu
-
13 Feb 2010 6:42 PM #42
Do you have a demonstration as very interested to get something to work in our ExtJs within a form (nothing seems to work). We are using version 3
Any assistance would be appreciated.
Cheers
Mac
-
14 Feb 2010 1:10 AM #43
Hi Sentry1,
look at the first posting (page 1), there is a link to a working demo. this addon works with ext 3.* too, but it is not able to handle resizing yet.
kind regards,
tobiu
-
14 Feb 2010 1:26 AM #44
Thanks tobiu
I just thought that there has been a lot people who have made little changes to the original download I was wondering if anyone had compiled a new updated version.
Cheers
Mac
-
14 Feb 2010 1:34 AM #45
no, no one took the time to do so yet

i am using the 0.22 version, although the resizing issue is bad (if you use the form inside windows, that are resizeable and the form fields use anchors, the strength-bar won't change).
i am porting my app over to 3.1.1 at the moment, so i am really short in time (porting over the DDTabPanel took me a bunch of hours yesterday), so i am hoping someone else can do this.
kind regards,
tobiu
-
14 Feb 2010 5:59 PM #46
nice
nice
nice work. Is it work in Ext 3.1.1?
-
27 Jul 2010 3:35 PM #47
Hi,
is there something like this Passwordfield for newer Versions of ext (3.x) ?


Reply With Quote