- 'Add...' butotn is now grayed when there is nothing to Add

- Better handling of AllowedValues, supporting autocompletes
- Cleanup unused code in wizard.utils.js

SVN:trunk[151]
This commit is contained in:
Denis Flaven
2009-09-11 21:23:24 +00:00
parent e4f4b66722
commit 61df1d7bab
6 changed files with 22 additions and 29 deletions

View File

@@ -104,7 +104,7 @@ function WizardHelper(sClass)
{ operation: 'wizard_helper' },
function(json_data){
//console.log('data received:', json_data);
oWizardHelper.FromJSON(json_data);
//oWizardHelper.FromJSON(json_data);
oWizardHelper.UpdateFields();
//console.log(oWizardHelper);
$('#wizStep'+ G_iCurrentStep).unblock( {fadeOut: 0} );