List of Additional Methods

We are still updating this page

Some data may be missing here — we will complete it soon.

Method

Description

BX24.isAdmin

Determines if the current user has permissions to manage applications.

BX24.getLang

Returns the language identifier of the current account.

BX24.resizeWindow

Changes the size of the application frame.

BX24.fitWindow

Sets the size of the application frame according to the content size.

BX24.reloadWindow

Reloads the page with the application (the entire page, not just the frame).

BX24.setTitle

Sets the page title.

BX24.ready

Sets the event handler for "DOM structure is ready".

BX24.isReady

Flag indicating "DOM structure is ready".

BX24.proxy

Similar to BX.proxy. Similar to $.proxy, but with one difference: when the function is called again with the same parameters, it will return a reference to the same proxy function that was the result of the first call, not a new proxy function.

BX24.proxyContext

When called from within, the proxy function will return a reference to the original execution context of the proxy function.

BX24.bind

Sets the function func as the event handler for eventName of the element object.

BX24.unbind

Removes the function func as the event handler for eventName of the element object.

BX24.getDomain

Returns window.location.host of the parent window, i.e., returns the address of the Bitrix24 account.

BX24.getScrollSize

This function returns the inner dimensions of the application frame.

BX24.loadScript

Loads and executes a client-side JavaScript file.

BX24.im.callTo

Makes a call via internal communication.

BX24.im.phoneTo

Makes a call to a phone number.

BX24.im.openMessenger

Opens the messenger window.

BX24.im.openHistory

Opens the history window.

BX24.openApplication

This method opens the application.

BX24.closeApplication

This method closes the open modal window with the application.

BX24.scrollParentWindow

This method scrolls the parent window.