pip-webui-settings
v2.1.0
Published
Extensible settings page for Pip.WebUI
Downloads
3
Readme
Extensible settings page
Settings page allows users to set their preferences and change application settings. Pip.WebUI.Settings module implements extensible settings page that can be filled with tabs by application developers. The module also contains few standard tabs for basic user info and active sessions.
pipSettings provider
pipSettings provider allows to configure Settings page and fill it with standard or custom tabs.
pipSettingsProvider.addTab({
state: 'custom',
title: 'Custom tab',
auth: true,
stateConfig: {
url: '/custom',
templateUrl: 'custom_tab.html'
}
});
Learn more about the module
- User's guide
- Online samples
- API reference
- Developer's guide
- Changelog
- Pip.WebUI project website
- Pip.WebUI project wiki
- Pip.WebUI discussion forum
- Pip.WebUI team blog
Module dependencies
- pip-webui-lib: angular, angular material and other 3rd party libraries
- pip-webui-css: CSS styles and web components
- pip-webui-core: localization and other core services
- pip-webui-rest: REST resources for users, files and sessions
- pip-webui-controls: date and time controls (??)
- pip-webui-layouts: document layout
- pip-webui-nav: navigation dropdown
- pip-webui-locations: location control to show current user and signin locations
- pip-webui-pictures: user avatar control
License
This module is released under MIT license and totally free for commercial and non-commercial use.