define entities using builder and more declarative syntax

merged hbac and sudo in to single files

associaton facet and table supports linking
This commit is contained in:
Adam Young
2011-03-18 16:43:54 -04:00
parent db91321fd2
commit 4270e26adb
29 changed files with 1808 additions and 2731 deletions

View File

@@ -79,6 +79,15 @@ IPA.dialog = function(spec) {
return that;
};
that.text = function(name){
that.field(IPA.text_widget({
name: name,
undo: false,
entity_name : that.entity_name
}));
return that;
};
that.add_section = function(section) {
that.sections.push(section);
return that;