forked from 0x2620/oxjs
make find work in listcalendar; fill first page in static text lists with few items; listen to width/height changes in listmap and listcalendar; fix a bug where maps would load without zoombar
This commit is contained in:
parent
5a04e4fb8e
commit
9fb30bf1af
5 changed files with 55 additions and 34 deletions
|
|
@ -512,6 +512,10 @@ Ox.Dialog = function(options, self) {
|
|||
|
||||
function resizeend() {
|
||||
that.unwrap();
|
||||
that.triggerEvent('resizeend', {
|
||||
width: self.options.width,
|
||||
height: self.options.height
|
||||
});
|
||||
}
|
||||
|
||||
function setButtons() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue