Create new UI Type in vTigerCRM 7.*
Add new UIType as 131
update “modules\Vtiger\models\Field.php” and add new UIType as 131
created a new file
modules\Vtiger\uitypes\#UI-TYPE-FILE-NAME#.php
created new .tpl files
layouts\vlayout\modules\Vtiger\uitypes\#UI-TYPE-FILE-NAME#.tpl
and
#UI-TYPE-FILE-NAME#View.tpl
in the same dir.
created new .tpl files
layouts\v7\modules\Vtiger\uitypes\#UI-TYPE-FILE-NAME#.tpl
and
#UI-TYPE-FILE-NAME#View.tpl
in the same dir.
Register/insert new UIType in table vtiger_ws_fieldtype
Thats all i need to create new UIType
Enjoy!