use new form element syntax

This commit is contained in:
rolux 2011-12-22 07:27:48 +00:00
commit f945b91907
6 changed files with 19 additions and 17 deletions

View file

@ -31,7 +31,6 @@ pandora.ui.findElement = function() {
? {
id: key.id,
title: 'Find: ' + key.title,
checked: findKey == key.id
} : null;
}),
[{}, {
@ -41,6 +40,7 @@ pandora.ui.findElement = function() {
}]
),
overlap: 'right',
value: findKey,
width: 112
})
.bindEvent({