1
0
Fork 0
forked from 0x2620/oxjs

update CSS

This commit is contained in:
rolux 2011-08-15 14:25:58 +02:00
commit ee93ed673e
4 changed files with 36 additions and 125 deletions

View file

@ -1,13 +1,13 @@
// vim: et:ts=4:sw=4:sts=4:ft=javascript
/*@
Ox.Dialog <f:Ox.Element> Window object
() -> <f> Window object
(options) -> <f> Window object
(options, self) -> <f> Window object
Ox.Dialog <f:Ox.Element> Dialog object
() -> <f> Dialog object
(options) -> <f> Dialog object
(options, self) -> <f> Dialog object
options <o> Options object
draggable <b|true> is window draggable
fullscreenable <b|true> fixme: silly name
height <n|225> height
height <n|200> height
resizeable <b|true> resizeable
scaleable <b|true> sccaleable
width <n|400> width
@ -40,7 +40,7 @@ Ox.Dialog = function(options, self) {
width: 400
})
.options(options || {})
.addClass('OxWindow')
.addClass('OxDialog')
.hide()
.appendTo(Ox.UI.$body);