Searched refs:show_button (Results 1 – 3 of 3) sorted by relevance
29 $show_button = !$this->getConf("print hide");34 (strlen($ID)-strpos($ID,'start'))==5) $show_button = false;38 if ($show_button) {
86 $show_button = '<span class="codedoc_show" id="s_' . trim($this->last_id,'"') . '">show</span>';93 $renderer->doc .= "\n$show_header <a href='javascript:codedoc_toggle($this->last_id);void 0;'>$show_button</a>";
89 $this->show_button($driver);93 function show_button(&$driver) { function in SelectBox