Overview of Methods
Two objects are used to work with application settings:
BX24.userOption— works with the settings of the current user. This object operates after BX24.init. The value of user settings is set immediately.BX24.appOption— works with the general settings of the application. This object operates after BX24.init. Setting application settings is available only to users with application management access permission (see BX24.isAdmin). A completion handler may be required for application settings (thecallbackparameter in BX24.appOption.set).
|
Method |
Description |
|
This method sets the settings for the current user |
|
|
This method returns the settings for the current user |
|
|
This method sets the general settings for the current application |
|
|
This method returns the setting by its code |
Copied