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