Documentation

BX24.appOption

The BX24.appOption object stores application parameters common to all users.

  • void BX24.appOption.set(String name, String value[, Function callback]): sets the parameter specified by name to the new value.
  • void BX24.appOption.get(String name): returns the value of a previously set parameter.

This object is only available after BX24.init is called. Only the users with application management permission (see BX24.isAdmin) can write parameter values.

The set method does the required internal processing and returns immediately. After the system has written the parameter value, the callback function is called if specified (the callback parameter in BX24.appOption.set).

© «Bitrix24», 2001-2024
Up