|
|

楼主 |
发表于 2011/8/9 16:00:27
|
显示全部楼层
我 日,被Oracle的官方文档给忽悠了
Oracle Application Framework Developer's Guide Release 12.1.3
告诉我
Step 1: Select your pageLayout region and create a region with the style pageButtonBar beneath it.
后来我找了个文档
exportButton can be used as follows:
 Exporting the data of all regions on a page.
To do this, create a contentFooter region under the pageLayout
region of that specific page. Then add an "Export Button" to the
contentFooter region. If more than one button needs to be
added to the contentFooter, then they should be put under a
flowLayout region, which should then be added to the
contentFooter.
只要把exportbutton放在ContentFooter里就可以了,啥代码,VO的都不要写,只要写下text的标签
|
|