File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 206206 <get src =" ${ url } Tabs" dest =" ${ docs.dir } tabs.html" />
207207
208208 <get src =" http://docs.jquery.com/action/render/UI/Utility/Position" dest =" ${ docs.dir } position.html" />
209- <get src =" http://docs.jquery.com/action/render/UI/Utility/Stackfix" dest =" ${ docs.dir } stackfix.html" />
210209
211210 <get src =" http://docs.jquery.com/action/render/UI/Effects/animate" dest =" ${ docs.dir } animate.html" />
212211 <get src =" http://docs.jquery.com/action/render/UI/Effects/addClass" dest =" ${ docs.dir } addClass.html" />
Original file line number Diff line number Diff line change 44 < title > jQuery UI Dialog - Animation</ title >
55 < link type ="text/css " href ="../../themes/base/ui.all.css " rel ="stylesheet " />
66 < script type ="text/javascript " src ="../../jquery-1.3.2.js "> </ script >
7+ < script type ="text/javascript " src ="../../external/jquery.bgiframe-2.1.1.js "> </ script >
78 < script type ="text/javascript " src ="../../ui/jquery.ui.core.js "> </ script >
89 < script type ="text/javascript " src ="../../ui/jquery.ui.widget.js "> </ script >
910 < script type ="text/javascript " src ="../../ui/jquery.ui.mouse.js "> </ script >
1011 < script type ="text/javascript " src ="../../ui/jquery.ui.draggable.js "> </ script >
1112 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
1213 < script type ="text/javascript " src ="../../ui/jquery.ui.resizable.js "> </ script >
13- < script type ="text/javascript " src ="../../ui/jquery.ui.stackfix.js "> </ script >
1414 < script type ="text/javascript " src ="../../ui/jquery.ui.dialog.js "> </ script >
1515 < script type ="text/javascript " src ="../../ui/jquery.effects.core.js "> </ script >
1616 < script type ="text/javascript " src ="../../ui/jquery.effects.blind.js "> </ script >
1717 < script type ="text/javascript " src ="../../ui/jquery.effects.explode.js "> </ script >
1818 < link type ="text/css " href ="../demos.css " rel ="stylesheet " />
1919 < script type ="text/javascript ">
20- $ . ui . dialog . prototype . options . stackfix = true ;
20+ $ . ui . dialog . prototype . options . bgiframe = true ;
2121 // increase the default animation speed to exaggerate the effect
2222 $ . fx . speeds . _default = 1000 ;
2323 $ ( function ( ) {
Original file line number Diff line number Diff line change 44 < title > jQuery UI Dialog - Default functionality</ title >
55 < link type ="text/css " href ="../../themes/base/ui.all.css " rel ="stylesheet " />
66 < script type ="text/javascript " src ="../../jquery-1.3.2.js "> </ script >
7+ < script type ="text/javascript " src ="../../external/jquery.bgiframe-2.1.1.js.js "> </ script >
78 < script type ="text/javascript " src ="../../ui/jquery.ui.core.js "> </ script >
89 < script type ="text/javascript " src ="../../ui/jquery.ui.widget.js "> </ script >
910 < script type ="text/javascript " src ="../../ui/jquery.ui.mouse.js "> </ script >
1011 < script type ="text/javascript " src ="../../ui/jquery.ui.draggable.js "> </ script >
1112 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
1213 < script type ="text/javascript " src ="../../ui/jquery.ui.resizable.js "> </ script >
13- < script type ="text/javascript " src ="../../ui/jquery.ui.stackfix.js "> </ script >
1414 < script type ="text/javascript " src ="../../ui/jquery.ui.dialog.js "> </ script >
1515 < link type ="text/css " href ="../demos.css " rel ="stylesheet " />
1616 < script type ="text/javascript ">
17- $ . ui . dialog . prototype . options . stackfix = true ;
17+ $ . ui . dialog . prototype . options . bgiframe = true ;
1818 $ ( function ( ) {
1919 $ ( "#dialog" ) . dialog ( ) ;
2020 } ) ;
Original file line number Diff line number Diff line change 44 < title > jQuery UI Dialog - Modal confirmation</ title >
55 < link type ="text/css " href ="../../themes/base/ui.all.css " rel ="stylesheet " />
66 < script type ="text/javascript " src ="../../jquery-1.3.2.js "> </ script >
7+ < script type ="text/javascript " src ="../../external/jquery.bgiframe-2.1.1.js "> </ script >
78 < script type ="text/javascript " src ="../../ui/jquery.ui.core.js "> </ script >
89 < script type ="text/javascript " src ="../../ui/jquery.ui.widget.js "> </ script >
910 < script type ="text/javascript " src ="../../ui/jquery.ui.mouse.js "> </ script >
1011 < script type ="text/javascript " src ="../../ui/jquery.ui.button.js "> </ script >
1112 < script type ="text/javascript " src ="../../ui/jquery.ui.draggable.js "> </ script >
1213 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
1314 < script type ="text/javascript " src ="../../ui/jquery.ui.resizable.js "> </ script >
14- < script type ="text/javascript " src ="../../ui/jquery.ui.stackfix.js "> </ script >
1515 < script type ="text/javascript " src ="../../ui/jquery.ui.dialog.js "> </ script >
1616 < link type ="text/css " href ="../demos.css " rel ="stylesheet " />
1717 < script type ="text/javascript ">
2020 $ ( "#dialog" ) . dialog ( "destroy" ) ;
2121
2222 $ ( "#dialog-confirm" ) . dialog ( {
23- stackfix : true ,
23+ bgiframe : true ,
2424 resizable : false ,
2525 height :140 ,
2626 modal : true ,
Original file line number Diff line number Diff line change 44 < title > jQuery UI Dialog - Modal form</ title >
55 < link type ="text/css " href ="../../themes/base/ui.all.css " rel ="stylesheet " />
66 < script type ="text/javascript " src ="../../jquery-1.3.2.js "> </ script >
7+ < script type ="text/javascript " src ="../../external/jquery.bgiframe-2.1.1.js "> </ script >
78 < script type ="text/javascript " src ="../../ui/jquery.ui.core.js "> </ script >
89 < script type ="text/javascript " src ="../../ui/jquery.ui.widget.js "> </ script >
910 < script type ="text/javascript " src ="../../ui/jquery.ui.mouse.js "> </ script >
1011 < script type ="text/javascript " src ="../../ui/jquery.ui.button.js "> </ script >
1112 < script type ="text/javascript " src ="../../ui/jquery.ui.draggable.js "> </ script >
1213 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
1314 < script type ="text/javascript " src ="../../ui/jquery.ui.resizable.js "> </ script >
14- < script type ="text/javascript " src ="../../ui/jquery.ui.stackfix.js "> </ script >
1515 < script type ="text/javascript " src ="../../ui/jquery.ui.dialog.js "> </ script >
1616 < script type ="text/javascript " src ="../../ui/jquery.effects.core.js "> </ script >
1717 < link type ="text/css " href ="../demos.css " rel ="stylesheet " />
7373 }
7474
7575 $ ( "#dialog-form" ) . dialog ( {
76- stackfix : true ,
76+ bgiframe : true ,
7777 autoOpen : false ,
7878 height : 300 ,
7979 width : 350 ,
Original file line number Diff line number Diff line change 44 < title > jQuery UI Dialog - Modal message</ title >
55 < link type ="text/css " href ="../../themes/base/ui.all.css " rel ="stylesheet " />
66 < script type ="text/javascript " src ="../../jquery-1.3.2.js "> </ script >
7+ < script type ="text/javascript " src ="../../external/jquery.bgiframe-2.1.1.js "> </ script >
78 < script type ="text/javascript " src ="../../ui/jquery.ui.core.js "> </ script >
89 < script type ="text/javascript " src ="../../ui/jquery.ui.widget.js "> </ script >
910 < script type ="text/javascript " src ="../../ui/jquery.ui.mouse.js "> </ script >
1011 < script type ="text/javascript " src ="../../ui/jquery.ui.button.js "> </ script >
1112 < script type ="text/javascript " src ="../../ui/jquery.ui.draggable.js "> </ script >
1213 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
1314 < script type ="text/javascript " src ="../../ui/jquery.ui.resizable.js "> </ script >
14- < script type ="text/javascript " src ="../../ui/jquery.ui.stackfix.js "> </ script >
1515 < script type ="text/javascript " src ="../../ui/jquery.ui.dialog.js "> </ script >
1616 < link type ="text/css " href ="../demos.css " rel ="stylesheet " />
1717 < script type ="text/javascript ">
2020 $ ( "#dialog" ) . dialog ( "destroy" ) ;
2121
2222 $ ( "#dialog-message" ) . dialog ( {
23- stackfix : true ,
23+ bgiframe : true ,
2424 modal : true ,
2525 buttons : {
2626 Ok : function ( ) {
Original file line number Diff line number Diff line change 44 < title > jQuery UI Dialog - Basic modal</ title >
55 < link type ="text/css " href ="../../themes/base/ui.all.css " rel ="stylesheet " />
66 < script type ="text/javascript " src ="../../jquery-1.3.2.js "> </ script >
7+ < script type ="text/javascript " src ="../../external/jquery.bgiframe-2.1.1.js "> </ script >
78 < script type ="text/javascript " src ="../../ui/jquery.ui.core.js "> </ script >
89 < script type ="text/javascript " src ="../../ui/jquery.ui.widget.js "> </ script >
910 < script type ="text/javascript " src ="../../ui/jquery.ui.mouse.js "> </ script >
1011 < script type ="text/javascript " src ="../../ui/jquery.ui.draggable.js "> </ script >
1112 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
1213 < script type ="text/javascript " src ="../../ui/jquery.ui.resizable.js "> </ script >
13- < script type ="text/javascript " src ="../../ui/jquery.ui.stackfix.js "> </ script >
1414 < script type ="text/javascript " src ="../../ui/jquery.ui.dialog.js "> </ script >
1515 < link type ="text/css " href ="../demos.css " rel ="stylesheet " />
1616 < script type ="text/javascript ">
1919 $ ( "#dialog" ) . dialog ( "destroy" ) ;
2020
2121 $ ( "#dialog-modal" ) . dialog ( {
22- stackfix : true ,
22+ bgiframe : true ,
2323 height : 140 ,
2424 modal : true
2525 } ) ;
Original file line number Diff line number Diff line change 66 < link type ="text/css " href ="../themes/base/ui.all.css " rel ="stylesheet " />
77 < link type ="text/css " href ="demos.css " rel ="stylesheet " />
88 < script type ="text/javascript " src ="../jquery-1.3.2.js "> </ script >
9+ < script type ="text/javascript " src ="../external/jquery.bgiframe-2.1.1.js "> </ script >
910 < script type ="text/javascript " src ="../ui/jquery.ui.core.js "> </ script >
1011 < script type ="text/javascript " src ="../ui/jquery.ui.widget.js "> </ script >
1112 < script type ="text/javascript " src ="../ui/jquery.ui.mouse.js "> </ script >
12- < script type ="text/javascript " src ="../ui/jquery.ui.stackfix.js "> </ script >
1313 < script type ="text/javascript " src ="../ui/jquery.ui.accordion.js "> </ script >
1414 < script type ="text/javascript " src ="../ui/jquery.ui.autocomplete.js "> </ script >
1515 < script type ="text/javascript " src ="../ui/jquery.ui.button.js "> </ script >
41C6
Original file line number Diff line number Diff line change 44 < title > jQuery UI Dialog Test Suite</ title >
55
66 < script type ="text/javascript " src ="../../../jquery-1.3.2.js "> </ script >
7+ < script type ="text/javascript " src ="../../../external/jquery.bgiframe-2.1.1.js "> </ script >
78 < script type ="text/javascript " src ="../../../ui/jquery.ui.core.js "> </ script >
89 < script type ="text/javascript " src ="../../../ui/jquery.ui.widget.js "> </ script >
910 < script type ="text/javascript " src ="../../../ui/jquery.ui.mouse.js "> </ script >
1011 < script type ="text/javascript " src ="../../../ui/jquery.ui.draggable.js "> </ script >
1112 < script type ="text/javascript " src ="../../../ui/jquery.ui.position.js "> </ script >
1213 < script type ="text/javascript " src ="../../../ui/jquery.ui.resizable.js "> </ script >
13- < script type ="text/javascript " src ="../../../ui/jquery.ui.stackfix.js "> </ script >
1414 < script type ="text/javascript " src ="../../../ui/jquery.ui.dialog.js "> </ script >
1515
1616 < link type ="text/css " href ="../testsuite.css " rel ="stylesheet " />
You can’t perform that action at this time.
0 commit comments