Home
last modified time | relevance | path

Searched refs:showButton (Results 1 – 7 of 7) sorted by relevance

/plugin/json/script/
Djson.js59 showButton: function() { method
113 $textarea.one('keydown change', o.showButton);
135 $textarea.one('keydown change', o.showButton);
/plugin/jsontable/script/
Djsontable.js67 o.showButton();
/plugin/geonav/js/
Dearth_a.js29 function showButton(which){ function
/plugin/discussion/
Daction.php915 $this->showButton($cid, $this->getLang('btn_reply'), 'reply', true);
920 $this->showButton($cid, $lang['btn_secedit'], 'edit', true);
922 $this->showButton($cid, $label, 'toogle');
923 $this->showButton($cid, $lang['btn_delete'], 'delete');
1198 protected function showButton($cid, $label, $act, $jump = false) function in action_plugin_discussion
/plugin/mizarverifiabledocs/src/
H A Dscript.js197 const showButton = wrapper.querySelector(".show-button");
198 if (hideButton && showButton) {
200 showButton.style.display = hide ? "inline" : "none";
/plugin/jsoneditor/script/
Djsoneditor_plugin.js210 o.showButton();
/plugin/mizarverifiabledocs/dist/
H A Dscript.js.map1showButton = wrapper.querySelector(\".show-button\");\n if (hideButton && showButton) {\n …