Searched refs:nextButton (Results 1 – 5 of 5) sorted by relevance
10 const nextButton = document.getElementById('next-button'); constant14 if (nextButton) nextButton.addEventListener('click', handleNext);76 const nextButton = document.getElementById('next-button');101 nextButton.style.display = 'inline-block'; // Show "Next" button
77 $renderer->doc .= $this->nextButton();134 public function nextButton() function in syntax_plugin_lms_lms
1352 var nextButton = addButton(mxUtils.bind(this, function()1357 nextButton.style.paddingLeft = '0px';1358 nextButton.style.paddingRight = '0px';1368 nextButton.style.display = pageInfo.style.display;
2226 var nextButton = addButton(mxUtils.bind(this, function(evt)2243 nextButton.style.paddingLeft = '4px';2244 nextButton.style.paddingRight = '0px';2250 nextButton.style.display = '';2256 nextButton.style.display = 'none';
500 nextButton: true, property1049 .css('visibility', !options.nextButton ? 'hidden' : 'visible');