www/js/rec_new.js

changeset 496
2465dbc90ea4
parent 472
cdcc7460b6ab
child 524
55a246085522
equal deleted inserted replaced
495:fdbb6bfae569 496:2465dbc90ea4
135 position: 'top', 135 position: 'top',
136 keyboardNavigation: false 136 keyboardNavigation: false
137 }); 137 });
138 $('#nextButtonBase').jqxButton({ theme: theme, width: 150 }); 138 $('#nextButtonBase').jqxButton({ theme: theme, width: 150 });
139 $('#nextButtonStyle').jqxButton({ theme: theme, width: 150}); 139 $('#nextButtonStyle').jqxButton({ theme: theme, width: 150});
140 $('#backButtonStyle').jqxButton({ theme: theme, width: 150}); 140 $('#backButtonStyle').jqxButton({ theme: theme, template: 'success', width: 150});
141 $('#nextButtonCompleted').jqxButton({ theme: theme, width: 150}); 141 $('#nextButtonCompleted').jqxButton({ theme: theme, template: 'success', width: 150});
142 $('#backButtonCompleted').jqxButton({ theme: theme, width: 150}); 142 $('#backButtonCompleted').jqxButton({ theme: theme, template: 'success', width: 150});
143 _addHandlers(); 143 _addHandlers();
144 this.validate(); 144 this.validate();
145 this.showHint('Vul de nodige gegevens in.'); 145 this.showHint('Vul de nodige gegevens in.');
146 }, 146 },
147 147
202 this.showHint(message, '#hintBase'); 202 this.showHint(message, '#hintBase');
203 } 203 }
204 return false; 204 return false;
205 } 205 }
206 this.showHint('Ok, je mag doorgaan.', '#hintBase'); 206 this.showHint('Ok, je mag doorgaan.', '#hintBase');
207 $('#nextButtonBase').jqxButton({ template: 'success' });
207 return true; 208 return true;
208 }, 209 },
209 210
210 //Validating the second tab 211 //Validating the second tab
211 secondTab: function (notify) { 212 secondTab: function (notify) {
219 this.showHint(message, '#hintStyle'); 220 this.showHint(message, '#hintStyle');
220 } 221 }
221 return false; 222 return false;
222 } 223 }
223 this.showHint('Ok, je mag doorgaan.', '#hintStyle'); 224 this.showHint('Ok, je mag doorgaan.', '#hintStyle');
225 $('#nextButtonStyle').jqxButton({ template: 'success' });
224 return true; 226 return true;
225 } 227 }
226 } 228 }
227 } ()); 229 } ());
228 230

mercurial