Property | Type | Description | |
---|---|---|---|
$condition | string | ||
$formatValue | string | ||
$suggestion | boolean | ||
$suggestionCallback | callback | ||
$suggestionColumn | mixed | ||
$suggestionLimit | integer |
Method | Description | |
---|---|---|
getSuggestionCallback ( ) : callback | ||
getSuggestionColumn ( ) : string | ||
getSuggestionLimit ( ) : integer | ||
handleSuggest ( string $query ) | ||
setSuggestion ( mixed $column = NULL ) : |
Allows suggestion. | |
setSuggestionCallback ( callback $callback ) : |
Sets custom data callback. | |
setSuggestionLimit ( integer $limit ) : |
Sets a limit for suggestion select. |
Method | Description | |
---|---|---|
getFormControl ( ) : |
protected getFormControl ( ) : |
||
return |
public handleSuggest ( string $query ) | ||
$query | string | - value from input |
public setSuggestion ( mixed $column = NULL ) : |
||
$column | mixed | |
return |
public setSuggestionCallback ( callback $callback ) : |
||
$callback | callback | |
return |
public setSuggestionLimit ( integer $limit ) : |
||
$limit | integer | |
return |