Splitting basic widgets into visual widgets and fields

https://fedorahosted.org/freeipa/ticket/2040
This commit is contained in:
Petr Vobornik
2011-11-22 15:41:33 +01:00
committed by Endi S. Dewata
parent a17bf5e754
commit 4bab6b7e5d
9 changed files with 520 additions and 392 deletions

View File

@@ -475,7 +475,7 @@ IPA.host_keytab_widget = function(spec) {
spec = spec || {};
var that = IPA.widget(spec);
var that = IPA.input_widget(spec);
that.create = function(container) {
@@ -602,7 +602,7 @@ IPA.host_password_widget = function(spec) {
spec = spec || {};
var that = IPA.widget(spec);
var that = IPA.input_widget(spec);
that.create = function(container) {