target section without radio buttons ACI target section refactored into an array of widget-like objects. The radio buttons have been replaced by a select box. THe select is not visible on the details page.

This commit is contained in:
Adam Young
2011-02-07 23:02:43 -05:00
parent 3ac3130fc9
commit 6f6d50f37f
4 changed files with 329 additions and 291 deletions

View File

@@ -234,6 +234,9 @@ IPA.dialog = function(spec) {
var field = that.fields[i];
field.reset();
}
for (var j=0; j<that.sections.length; j++) {
that.sections[j].reset();
}
};
that.dialog_init = that.init;