forked from 0x2620/pandora
use new form element syntax
This commit is contained in:
parent
e86d25fd55
commit
f945b91907
6 changed files with 19 additions and 17 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue