Admin widgets allow manipulation / creation of user based objects stored within the API.
Renders a multi functional user manipulation data table where manipulations or modifications can occur based on current logged in privileges.
- status : api status model
- options :
- fetchRecordsLater (boolean) : If set to true then user / group information will be fetched on instantiation rather than through the login model change event.
- Renders a given view into a modal. ".render()" needs to be called after instantiation to open
- options:
- view (Backbone view object) : View to be passed into the modal
- fadeAnimation (boolean) : If set to true then a fade in / fade out animation will occur on the given modal (default false)