hint() public method
Renders the hint tag.
| public $this hint ( $content, $options = [] ) | ||
|---|---|---|
| $content | string|boolean |
The hint content. If |
| $options | array |
The tag options in terms of name-value pairs. These will be rendered as the attributes of the hint tag. The values will be HTML-encoded using yii\helpers\Html::encode(). The following options are specially handled:
|
| return | $this |
The field object itself. |
Please login to continue.