General Introduction
BX
BX.extend
BX.message
BX.bitrix_sessid
BX.create
BX.adjust
BX.addClass/BX.removeClass
BX.focus
BX.isNodeHidden
BX.scrollToNode
BX.selectUtils.*
BX.setOpacity
BX.setUnselectable/BX.setSelectable
BX.toggleClass
BX.width/BX.height
BX.cleanNode
BX.hasClass
BX.style
BX.remove
Search functions
BX.setUnselectable/BX.setSelectable
The functions disable/enable option of user selection inside the passed element.
Examples of use
Prohibit to select the element with id='adm-title' by the mouse.
BX.setUnselectable(BX('adm-title'));
© «Bitrix24», 2001-2024
Up