How to add custom create button on popup search window for custom module?

-I have create one custom module(category) and create relation with account module(1 to many)

now i want this button of 'create category' on popup search of category in account module

(from Ishani Lad)
Parents
  • Hiii danelige !!  I get the solution and its work perfect :-)  custom/modules/custom module/cityFormBase.php(need to create)  same file also add in module/custom module/cityFormBase.php Add code : save();  } }  ?>  custom/modules/Custom_module /meta data/popupdef.php Add code this code in popupdef.php  'create' =>  array('formBase' => 'key_CityFormBase.php',  'formBaseClass' => 'key_CityFormBase',  'getFormBodyParams' => array('','','key_Citysave'),  'createButton' => $mod_strings['LNK_NEW_RECORD']   ),  Then repair and check ...  All the best !!  (from Ishani Lad)
Reply
  • Hiii danelige !!  I get the solution and its work perfect :-)  custom/modules/custom module/cityFormBase.php(need to create)  same file also add in module/custom module/cityFormBase.php Add code : save();  } }  ?>  custom/modules/Custom_module /meta data/popupdef.php Add code this code in popupdef.php  'create' =>  array('formBase' => 'key_CityFormBase.php',  'formBaseClass' => 'key_CityFormBase',  'getFormBodyParams' => array('','','key_Citysave'),  'createButton' => $mod_strings['LNK_NEW_RECORD']   ),  Then repair and check ...  All the best !!  (from Ishani Lad)
Children
No Data