Home
last modified time | relevance | path

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

/dports/www/itop/web/sources/form/field/
H A Dselectobjectfield.class.inc.php39 protected $iMinAutoCompleteChars; variable in Combodo\\iTop\\Form\\Field\\SelectObjectField
52 $this->iMinAutoCompleteChars = 3;
70 public function SetMinAutoCompleteChars($iMinAutoCompleteChars) argument
72 $this->iMinAutoCompleteChars = $iMinAutoCompleteChars;
138 return $this->iMinAutoCompleteChars;