[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides javelin-behavior-test-payment-form 3 * @requires javelin-behavior 4 * javelin-dom 5 * phortune-credit-card-form 6 */ 7 8 JX.behavior('test-payment-form', function(config) { 9 var ccform = new JX.PhortuneCreditCardForm(JX.$(config.formID), onsubmit); 10 11 function onsubmit() { 12 onresponse(); 13 } 14 15 function onresponse() { 16 ccform.submitForm([], {test: true}); 17 } 18 19 });
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |