[Vtigercrm-developers] How to extend feature such as Global Search without core modifications ?

Preexo preexo at googlemail.com
Fri Feb 12 07:56:56 GMT 2016


Hah, you are right, your example seems like it's actually very easy, I didn't
know how easy! Thanks a lot for sharing Alan!

Alan Lord (News) wrote
> This is fairly easy really,
> 
> 
> They way we are doing it is like this but there might be other ways too.
> 
> You do it the same way you extend/override _any_ of the Javascript 
> classes in vtiger.
> 
> i.e.
> 
>> Vtiger_Header_Js("MyCustomSearchModuleSearch_Header_Js",{},{
>>
>>     basicSearch : function() {
>>     	return false;
>>     },
>> 	
>> });
>>
>> Vtiger_BasicSearch_Js("MyCustomSearchModuleSearch_BasicSearch_Js",{





--
View this message in context: http://vtiger-crm.2324883.n4.nabble.com/How-to-extend-feature-such-as-Global-Search-without-core-modifications-tp18384p18405.html
Sent from the vtigercrm-developers mailing list archive at Nabble.com.


More information about the vtigercrm-developers mailing list