Forum


Calc Builder Support

Calc Builder support
Forums
Public write access is disabled. Please login

Calculation trigger with enter button 06.05.2015 16:43

Hello,

I was wondering if there is support for calculation trigger on enter button press.

Thank you in advance,
Panos

Re: Calculation trigger with enter button 06.05.2015 17:08

Hello,
you could add that function using the javascript tab. This code would click automatically 'calculate' button when enter key is detected:

CB(document).keyup(function(e) {
if(e.which == '13') {
CB("input[name=calculate]").click();
}
});

Hope this helps, regards
Moonsoft Team
www.moonsoft.es

Re: Calculation trigger with enter button 06.05.2015 17:30

It worked!

Thank you very much
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Our clients' feedback