- '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

@@ -11,11 +11,12 @@
display: none;
position: fixed;
top: 10%;
left: 20%;
top: 25px;
left: 25px;
margin-left: -100px;
width: 800px;
nomargin-left: 25px;
nomargin-right: 25px;
nowidth: 800px;
background-color: #FFF;
color: #333;
@@ -37,4 +38,4 @@
* removed.html .jqmWindow {
position: absolute;
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
}