[pve-devel] [PATCH] Hack for allowing browser to autofill the login form
Alexandre DERUMIER
aderumier at odiso.com
Fri Apr 6 17:51:39 CEST 2012
>>Oh, you just want to add a checkbox to enable that feature?
yes, could be great.
>> Did you already test it - does it work for you?
don't have tested it. I'm pretty poor dev with extjs ;)
(But i don't really need this feature. I don't like to store passwords for my servers access)
I found this for extjs form completion:
http://www.sencha.com/forum/showthread.php?137856-extjs4-Autofill-form-input-fields-with-browser-stored-values
Ext.define('AutoCompleteTextField', {
extend: 'Ext.form.field.Text',
initComponent: function () {
this.callParent(arguments);
this.on('render', this.initAutocomplete);
},
initAutocomplete: function () {
this.inputEl.dom.autocomplete = 'on';
}
});
----- Mail original -----
De: "Dietmar Maurer" <dietmar at proxmox.com>
À: "Alexandre DERUMIER" <aderumier at odiso.com>
Cc: "Neliger" <contact at neliger.com>, pve-devel at pve.proxmox.com
Envoyé: Vendredi 6 Avril 2012 17:12:39
Objet: RE: [pve-devel] [PATCH] Hack for allowing browser to autofill the login form
> With autofill, I can't choose ...
Oh, you just want to add a checkbox to enable that feature?
Did you already test it - does it work for you?
- Dietmar
--
--
Alexandre D erumier
Ingénieur Système
Fixe : 03 20 68 88 90
Fax : 03 20 68 90 81
45 Bvd du Général Leclerc 59100 Roubaix - France
12 rue Marivaux 75002 Paris - France
More information about the pve-devel
mailing list