www/js/prod_new.js

changeset 496
2465dbc90ea4
parent 494
af28ebe4a779
child 497
0fe366d953ab
equal deleted inserted replaced
495:fdbb6bfae569 496:2465dbc90ea4
462 position: 'top', 462 position: 'top',
463 keyboardNavigation: false 463 keyboardNavigation: false
464 }); 464 });
465 $('#nextButtonBase').jqxButton({ theme: theme, width: 150 }); 465 $('#nextButtonBase').jqxButton({ theme: theme, width: 150 });
466 $('#nextButtonStyle').jqxButton({ theme: theme, width: 150}); 466 $('#nextButtonStyle').jqxButton({ theme: theme, width: 150});
467 $('#backButtonStyle').jqxButton({ theme: theme, width: 150}); 467 $('#backButtonStyle').jqxButton({ theme: theme, template: 'success', width: 150});
468 $('#nextButtonEq').jqxButton({ theme: theme, width: 150}); 468 $('#nextButtonEq').jqxButton({ theme: theme, width: 150});
469 $('#backButtonEq').jqxButton({ theme: theme, width: 150}); 469 $('#backButtonEq').jqxButton({ theme: theme, template: 'success', width: 150});
470 $('#nextButtonCompleted').jqxButton({ theme: theme, width: 150}); 470 $('#nextButtonCompleted').jqxButton({ theme: theme, template: 'success', width: 150});
471 $('#backButtonCompleted').jqxButton({ theme: theme, width: 150}); 471 $('#backButtonCompleted').jqxButton({ theme: theme, template: 'success', width: 150});
472 _addHandlers(); 472 _addHandlers();
473 this.validate(); 473 this.validate();
474 this.showHint('Validation hints.'); 474 this.showHint('Validation hints.');
475 }, 475 },
476 476
527 this.showHint(message, '#hintBase'); 527 this.showHint(message, '#hintBase');
528 } 528 }
529 return false; 529 return false;
530 } 530 }
531 this.showHint('Ok, je mag doorgaan.', '#hintBase'); 531 this.showHint('Ok, je mag doorgaan.', '#hintBase');
532 $('#nextButtonBase').jqxButton({ template: 'success' });
532 return true; 533 return true;
533 }, 534 },
534 535
535 //Validating the second tab 536 //Validating the second tab
536 secondTab: function (notify) { 537 secondTab: function (notify) {
544 this.showHint(message, '#hintStyle'); 545 this.showHint(message, '#hintStyle');
545 } 546 }
546 return false; 547 return false;
547 } 548 }
548 this.showHint('Ok, je mag doorgaan.', '#hintStyle'); 549 this.showHint('Ok, je mag doorgaan.', '#hintStyle');
550 $('#nextButtonStyle').jqxButton({ template: 'success' });
549 return true; 551 return true;
550 }, 552 },
551 553
552 //Validating the third tab 554 //Validating the third tab
553 thirdTab: function (notify) { 555 thirdTab: function (notify) {
561 this.showHint(message, '#hintEq'); 563 this.showHint(message, '#hintEq');
562 } 564 }
563 return false; 565 return false;
564 } 566 }
565 this.showHint('Ok, je mag doorgaan.', '#hintEq'); 567 this.showHint('Ok, je mag doorgaan.', '#hintEq');
568 $('#nextButtonEq').jqxButton({ template: 'success' });
566 return true; 569 return true;
567 } 570 }
568 } 571 }
569 } ()); 572 } ());
570 573

mercurial