permissionList.js revision c5011f808e012f047208686132f02cd8bb1024ab
1N/A // Attach Autocomplete to inputs 1N/A // Never submit the autocompletion form 1N/A // Removal of permissions 1N/A // Show / Hide edit form 1N/A // clone template form 1N/A // extend selector for more supported elements 1N/A // change 'model[name]' into 'name' 1N/A // add here support for other input types, when needed 1N/A // Permission removal succeeded 1N/A // AJAX Actions failed 1N/A // collects elements from list for exclusion 1N/A // source for autcomplete 1N/A // autocomplete select-handler 1N/A // Create the permission 1N/A return $(
"<li></li>" )
1N/A // camelCase to under_score