导航

ext界面原型-简单说明

Posted on 2012-11-16 15:56  阿里大盗  阅读(186)  评论(0)    收藏  举报

ext-API:http://localhost/ext3.0/docs/index.html(需要Tomcat部署) ext-各种界面元素图片示例:http://localhost/ext3.0/examples/index.html

项目struts2_3000_BBS2009_01中的ext界面设计:WebRoot/admin/index.html

整个界面是一个Viewport,组件包括:Ext.Panel等。

在Ext.Panel中有多种样式的选择,可以参见http://localhost/ext3.0/examples/index.html,项目中选用了accordion ,同时也可以设置layout和items。

项目界面原型说明图 Viewport (layout:border)     accordion(west)         item1      button             button         item2         item3  item4  item5     tabpanel(center)             autoLoad:'xxx.jsp'