Home
last modified time | relevance | path

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

/plugin/lms/syntax/
H A Dlms.php77 $renderer->doc .= $this->nextButton();
134 public function nextButton()
132 public function nextButton() global() function in syntax_plugin_lms_lms
/plugin/diagramsnet/lib/js/diagramly/
H A 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/
H A 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 in default_options
1049 .css('visibility', !options.nextButton ? 'hidden' : 'visible');