Documentation

BX24.userOption

BX24.userOption stores application preferences that are specific to a current user. The object has the following methods.

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

This object is only available after BX24.init is called. The new value takes effect immediately.

© «Bitrix24», 2001-2024
Up