PATH:
home
/
letacommog
/
crmleta
/
consumerportal
/
layouts
/
default
/
resources
/
components
/*+*********************************************************************************** * The contents of this file are subject to the vtiger CRM Public License Version 1.2 * ("License.txt"); You may not use this file except in compliance with the License * The Original Code is: Vtiger CRM Open Source * The Initial Developer of the Original Code is Vtiger. * Portions created by Vtiger are Copyright (C) Vtiger. * All Rights Reserved. *************************************************************************************/ function Products_IndexView_Component($scope, $api, $webapp,$translatePartialLoader) { if ($translatePartialLoader !== undefined) { $translatePartialLoader.addPart('home'); $translatePartialLoader.addPart('Products'); } angular.extend(this, new Portal_IndexView_Component($scope, $api, $webapp)); var url = purl(); $scope.module = url.param('module'); $scope.pageInitialized = false; $scope.searchQ = { onlymine: true } $scope.headers = null; $scope.records = null; $scope.extheaders = null; $scope.extrecords = null; $scope.currentPage = 1; $scope.pageSize = 10; $scope.isCreateable = false; $scope.isEditable = false; }
[+]
..
[-] Project.js
[edit]
[-] HelpDesk.js
[edit]
[-] Quotes.js
[edit]
[-] Faq.js
[edit]
[-] main.js
[edit]
[-] Portal.js
[edit]
[-] Documents.js
[edit]
[-] Products.js
[edit]
[-] home.js
[edit]