$helpers
$helpers : array
Other helpers used by FormHelper
Title Icon Helper
Add your application-wide methods in the class below, your helpers will inherit them.
inputWithTitleIcon(string $fieldName, string $titleIconFieldName, array $options = array()) : string
Get input type text with title icon picker button
string | $fieldName | input field name |
string | $titleIconFieldName | title icon field name |
array | $options | option for input |
input and title icon picker button
titleIconPicker(string $name, string $titleIcon = null) : string
Get title icon picker
string | $name | title icon field name |
string | $titleIcon | title icon value (if you want to display images diffrent from name field value) |
title icon picker and input field.
ngTitleIconPicker(string $ngAttrName, string $ngModel, string $titleIcon) : string
Get title icon picker ( for angular )
string | $ngAttrName | title icon field name |
string | $ngModel | ng-model name |
string | $titleIcon | title icon value |
title icon picker and input field.