Shell.Configuration.ViewSettings.js
Applies To: Windows Azure Pack
Manages configuration settings associated with specific pages.
Widgets
None.
Enums
Name |
Fields |
---|---|
Path |
perType: ###PER_TYPE###. A pre-defined view setting path for settings that should be shared among instances of a resource type. perInstance: ###PER_INSTANCE###. A pre-defined view setting path for settings that should be distinct for each instance of a resource type. |
Properties
None.
Methods
Name |
Description |
Returns |
Parameters |
---|---|---|---|
Shell.Configuration.ViewSettings.getViewSettings |
Asynchronously gets view settings |
jQuery.Deferred |
options (Object): An options object with the following properties:
settings (Array): An array of settings objects with properties:
|
Shell.Configuration.ViewSettings.updateViewSetting |
Asynchronously updates a single view setting |
jQuery.Deferred |
options (Object): An options object with the following properties:
path (String): A path from Shell.Configuration.ViewState.Path. name (String): The name of the setting. |