Home
last modified time | relevance | path

Searched refs:show_button (Results 1 – 3 of 3) sorted by relevance

/plugin/pdftools/
H A Daction.php29 $show_button = !$this->getConf("print hide");
34 (strlen($ID)-strpos($ID,'start'))==5) $show_button = false;
38 if ($show_button) {
/plugin/codedoc/
H A Dblock.php84 … $show_button = '<span class="codedoc_show" id="s_' . trim($this->last_id,'"') . '">show</span>';
91 …c .= "\n$show_header <a href='javascript:codedoc_toggle($this->last_id);void 0;'>$show_button</a>";
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.select.php89 $this->show_button($driver);
93 function show_button(&$driver) { function in SelectBox