Searched refs:listRows (Results 1 – 1 of 1) sorted by relevance
216 private $listRows; variable in refnotes_config_list_section221 public function __construct($id, $listRows) { argument224 $this->listRows = $listRows;291 …print('<select class="list" id="select-' . $this->id . '" size="' . $this->listRows . '"></select>…