Sugar 5.1 uses a type-ahead combo box system we call QuickSearch based around ExtJS. The Sugar QuickSearch (SQS) code resides in the file <sugar_root>/include/javascript/quicksearch.js. The ExtJS library which drives the QuickSearch is located at <sugar_root>/include/javascript/ext-2.0/ext-quicksearch.js. These two files are grouped in <sugar_root>/include/javascript/sugar_grp1.js which is loaded in all the main page of SugarCRM. A custom Ext ComboBox is used to pull data via an AJAX call to http://yourserver/SugarCRM/index.php which then accesses the file <sugar_root>/modules/Home/quicksearchQuery.php.Note: Sugar versions 4.5.1 – 5.0.0 use a system based on wick. Sugar 4.5.0 and prior use <sugar_root>/json_server.php.sqsNoAutofill : add this string to the class of the field to disable the Automatic filling of the field on Blur.
Copyright 2004-2008 SugarCRM Inc.
Product License