roles

toggles the roles section in the widget

boolean roles;

Example

webix.ui({
  view: "usermanager",
  url: "https://docs.webix.com/usermanager-backend/",
  roles: false
});


Default value:

true

Related samples

Details

If false, disables User roles.

See also
Back to top