[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 /*+*********************************************************************************** 2 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 3 * ("License"); You may not use this file except in compliance with the License 4 * The Original Code is: vtiger CRM Open Source 5 * The Initial Developer of the Original Code is vtiger. 6 * Portions created by vtiger are Copyright (C) vtiger. 7 * All Rights Reserved. 8 *************************************************************************************/ 9 10 Vtiger_Edit_Js("Settings_Vtiger_Edit_Js",{},{ 11 12 /** 13 * Function to register form for validation 14 */ 15 registerFormForValidation : function(){ 16 var editViewForm = this.getForm(); 17 editViewForm.validationEngine(app.validationEngineOptions); 18 }, 19 20 /** 21 * Function which will handle the registrations for the elements 22 */ 23 registerEvents : function() { 24 this.registerFormForValidation(); 25 } 26 })
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |