Home
last modified time | relevance | path

Searched refs:nextButton (Results 1 – 5 of 5) sorted by relevance

/plugin/flashcards/
Dscript.js10 const nextButton = document.getElementById('next-button'); constant
14 if (nextButton) nextButton.addEventListener('click', handleNext);
76 const nextButton = document.getElementById('next-button');
101 nextButton.style.display = 'inline-block'; // Show "Next" button
/plugin/lms/syntax/
Dlms.php77 $renderer->doc .= $this->nextButton();
134 public function nextButton() function in syntax_plugin_lms_lms
/plugin/diagramsnet/lib/js/diagramly/
DGraphViewer.js1352 var nextButton = addButton(mxUtils.bind(this, function()
1357 nextButton.style.paddingLeft = '0px';
1358 nextButton.style.paddingRight = '0px';
1368 nextButton.style.display = pageInfo.style.display;
/plugin/diagramsnet/lib/js/grapheditor/
DEditorUi.js2226 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';
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js500 nextButton: true, property
1049 .css('visibility', !options.nextButton ? 'hidden' : 'visible');