PATH:
home
/
letacommog
/
letaweb
/
scripts
/
editor
/
popup
$.popup('page', 'popupconfirm', { execute_path: 'settings.page', beforeInit: function(element) { var that = this; }, afterInit: function(element) { if(this.formData.is_homepage == 1 || this.formData.is_homepage == this.options.homepage) { $('.homepage_chk_div input[type="checkbox"]', element).attr('checked', 'checked'); $('.homepage_chk_div input[type="checkbox"]', element).attr('disabled', 'disabled'); } else $('.homepage_chk_div input[type="checkbox"]', element).removeAttr('checked'); }, getButtons : function() { var that = this; return [ { name: t('LBL_OK'), needvalidation : true, class:'btn-primary', onpress: function() { that.save(function(data) { if(that.options.onOK) that.options.onOK(data); }); } }, { name: t('LBL_CANCEL'), closeAfterClick:true, class:'btn-danger', }]; } });
[+]
..
[-] 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]