- '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:code[151]
This commit is contained in:
Denis Flaven
2009-09-11 21:23:24 +00:00
parent d922b4c7f3
commit 8d76f47303
6 changed files with 22 additions and 29 deletions

View File

@@ -94,7 +94,7 @@ switch($operation)
$oWizardHelper->SetAllowedValuesHtml($sAttCode, $sHTMLValue);
}
$oPage->add($oWizardHelper->ToJSON());
$oPage->add("<script>oWizardHelper.FromJSON(".$oWizardHelper->ToJSON().")</script>\n");
break;
case 'ajax':