add find functionality to manage titles/names dialogs
This commit is contained in:
parent
bfb7bd88ba
commit
e10e860699
5 changed files with 54 additions and 9 deletions
|
|
@ -44,7 +44,8 @@ pandora.ui.placesDialog = function() {
|
|||
{},
|
||||
Ox.Button({
|
||||
id: 'done',
|
||||
title: 'Done'
|
||||
title: 'Done',
|
||||
width: 48
|
||||
}).bindEvent({
|
||||
click: function() {
|
||||
that.close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue