(四)jquery easyui panel window使用
closed:true,modal:true" style="width:500px;height:200px;padding:5px;">
???白日依山尽<br> 黄河入海流<br> 欲穷千里目<br> 更上一层楼
?</div>
closed:true/false,窗口最初是否关闭。
method:??function resize(){
???$('#w').window('resize',{
????width: 600,
????height: 300
???});
??}
??function open1(){
???$('#w').window('open');
??}
??function close1(){
???$('#w').window('close');
??}
??function test(){
???$('#test').window('open');
??}