高级会员
<?xml version=\"1.0\" encoding=\"UTF-8\"?><f:view xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:f=\"http://java.sun.com/jsf/core\" xmlns:w=\"http://www.apusic.com/jsf/widget\" xmlns:layout=\"http://www.apusic.com/jsf/layout\" xmlns:ajax=\"http://www.apusic.com/jsf/ajax\" renderKitId=\"AJAX\"> <w:page title=\"OperaMasks Demos\"><w:head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"></meta></w:head> <layout:borderLayout fitToBody=\"true\" > <layout:panel region=\"north\" header=\"false\" id=\"titlePanel\" > North </layout:panel> <layout:panel region=\"west\" width=\"240\" title=\"West\" split=\"true\" animate=\"true\" id=\"westPanel\" collapsible=\"true\" autoScroll=\"true\" > West </layout:panel> <layout:panel region=\"center\" title=\"Center\" width=\"250\"> <ajax:updater url=\"layout.xhtml\" style=\"height:100%\"></ajax:updater> </layout:panel></layout:borderLayout></w:page></f:view>
<?xml version=\"1.0\" encoding=\"UTF-8\"?><f:view xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:f=\"http://java.sun.com/jsf/core\" xmlns:w=\"http://www.apusic.com/jsf/widget\" xmlns:layout=\"http://www.apusic.com/jsf/layout\" xmlns:ajax=\"http://www.apusic.com/jsf/ajax\" renderKitId=\"AJAX\"> <w:page title=\"OperaMasks Demos\"><w:head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"></meta></w:head><layout:borderLayout height=\"300\"> <layout:panel region=\"north\" title=\"north\"> north </layout:panel> <layout:panel region=\"west\" width=\"300\" title=\"west\" collapsible=\"true\"> West </layout:panel> <layout:panel region=\"center\" title=\"center\"> Center </layout:panel> <layout:panel region=\"south\" title=\"south\"> south </layout:panel> </layout:borderLayout></w:page></f:view>
查看详细资料
TOP
新手上路
注册会员
管理员
原帖由 mfkvfn 于 2008-8-19 10:18 发表 楼上的AOM没安装好. 另外不要把帖子发到这里来,这里只是教你怎么发帖.这都第四页了,谁会来这里看呀. 以后发帖直接点击右上角菜单栏的"帮助"菜单下面的"新帖"按钮 ...
原帖由 ywlx 于 2008-10-9 11:32 发表 OS版本:windowsxp AOM版本peramasks-faces_2.0M2 部署应用: grid代码: bean代码: @Bind private UIDataGrid grid; private int row; private List sortListData; private SortHelp selec ...
中级会员