PATH:
home
/
letacommog
/
letaweb
/
scripts
/
editor
/
popup
$.popup('productgrid', 'popupgrid', { onOK : function() { var ids = this.grid.getSelectedId(); var gridData = this.grid.rawData; if(this.options.onOK) this.options.onOK(ids, gridData) } }, { name: 'products', cols : [ { display : t('LBL_PRODUCT_PRODUCT_ID'), name : 'id', width : 40, sortable : true, align : 'center', searchable : true, search_type : 'number' },{ display : t('LBL_PRODUCT_PRODUCT_IMAGE'), name : 'image', type:'image', src :'image', width : 35, sortable : false, align : 'left' },{ display : t('LBL_PRODUCT_PRODUCT_NAME'), name : 'name', width : 400, sortable : true, align : 'left', searchable : true, },{ display : t('LBL_PRODUCT_PRODUCT_CATEGORIES'), name : 'category', width : 200, sortable : true, align : 'left', searchable : true, search_type: 'product_categories' }, { display : t('LBL_PRODUCT_PRODUCT_QUANTITY'), name : 'quantity', width : 130, sortable : true, align : 'left', searchable : true, search_type : 'numberrange' }, { display : t('LBL_PRODUCT_PRODUCT_PRICE'), name : 'price', width : 80, sortable : true, align : 'left', searchable : true, search_type : 'numberrange' } ], });
[+]
..
[-] profile.js
[edit]
[-] pagelist.js
[edit]
[-] order.js
[edit]
[-] customer_group.js
[edit]
[-] module_list.js
[edit]
[-] backgroundeditor.js
[edit]
[-] product.js
[edit]
[-] visualcsseditor.js
[edit]
[-] shipping_rule.js
[edit]
[-] profile_change_password.js
[edit]
[-] review.js
[edit]
[-] contributor_invite.js
[edit]
[-] dbfilter.js
[edit]
[-] tax_class.js
[edit]
[-] special_module_style_editor.js
[edit]
[-] idletimeout.js
[edit]
[-] address.js
[edit]
[-] contributor.js
[edit]
[-] login.js
[edit]
[-] skin.js
[edit]
[-] mail.js
[edit]
[-] discount.js
[edit]
[-] customer.js
[edit]
[-] productgrid.js
[edit]
[-] socialsharebuttonconfig.js
[edit]
[-] news.js
[edit]
[-] color.js
[edit]
[-] palette.js
[edit]
[-] newsgrid.js
[edit]
[-] product_option_combination_grid.js
[edit]
[-] page.js
[edit]
[-] product_option.js
[edit]
[-] tax_rate.js
[edit]
[-] coupons.js
[edit]
[-] zone.js
[edit]
[-] product_bulk_price.js
[edit]
[-] option_set.js
[edit]
[-] product_option_combination.js
[edit]