Searched refs:rightButtons (Results 1 – 2 of 2) sorted by relevance
134 …this.rightButtons = moaiEditor.createHTML('<div id="moaied__phone_right_buttons" class="moaied-pho…135 this.rightHeaderDetachable.appendChild(this.rightButtons);140 var left = this.rightButtons.firstChild;141 var right = this.rightButtons.lastChild;154 rightButtons: this.rightButtons.getBoundingClientRect().height, property181 new MoaiEditor.Swipe(this.rightButtons, this.onSwipe.bind(this), 120);206 this.rightButtons.style.display = 'none';208 this.rightButtons.style.display = 'flex';
1 … const rightButtons = this.buttons.filter(button => button !== backButton);\n t…