📄 birt.tld
字号:
<?xml version='1.0' encoding='ISO-8859-1' ?><!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"><taglib> <tlib-version>1.0</tlib-version> <jsp-version>1.2</jsp-version> <short-name>BIRT Tag Library</short-name> <uri>http://www.eclipse.org/birt/taglibs/birt.tld</uri> <description> This Tag Library makes user develope JSP with BIRT Viewer component easily. </description> <!--**********************************************--> <!-- Viewer Tag --> <!--**********************************************--> <tag> <name>viewer</name> <tag-class>org.eclipse.birt.report.taglib.ViewerTag</tag-class> <body-content>JSP</body-content> <description> The viewer tag is to specify how to import and control BIRT Report Viewer into JSP page. This tag will use Ajax framework to retrieve report content. </description> <attribute> <name>id</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the current viewer id. It should be unique. It can contain number,letter or underline. </description> </attribute> <attribute> <name>pattern</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies which servlet pattern to be used to preview report. Default value is frameset. ( frameset or run ) </description> </attribute> <attribute> <name>baseURL</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies base URL of BIRT viewer. Default to the current context. </description> </attribute> <attribute> <name>title</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the report title displayed at the top. </description> </attribute> <attribute> <name>isHostPage</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether the viewer occupies the whole page. Default to false. </description> </attribute> <attribute> <name>scrolling </name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the IFrame style "scrolling ". If isHostPage is true, ignore this attribute. ( auto | yes | no ) </description> </attribute> <attribute> <name>position</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the style "position" of report container. If isHostPage is true, ignore this attribute. ( static | absolute | fixed | relative ) </description> </attribute> <attribute> <name>style</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the style of report container. If isHostPage is true, ignore this attribute. </description> </attribute> <attribute> <name>height</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the height of report container in pixels. If isHostPage is true, ignore this attribute. </description> </attribute> <attribute> <name>width</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the width of report container in pixels. If isHostPage is true, ignore this attribute. </description> </attribute> <attribute> <name>top</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the top of report container in pixels. If isHostPage is true, ignore this attribute. </description> </attribute> <attribute> <name>left</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the left of report container in pixels. If isHostPage is true, ignore this attribute. </description> </attribute> <attribute> <name>frameborder</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether displays the iframe border. Default to no. If isHostPage is true, ignore this attribute. ( Yes | No ) </description> </attribute> <attribute> <name>reportDesign</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the report design file name. ( Absolute path, relative path or URL ) </description> </attribute> <attribute> <name>reportDocument</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the report document file name. Noted: only support "file:" URL format. ( Absolute path, relative path or URL ) </description> </attribute> <attribute> <name>reportletId</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the instance id of reportlet. The "reportDocument" attribute should be required. Noted: frameset pattern doesn't support reportlet. </description> </attribute> <attribute> <name>bookmark</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the targeted bookmark name. </description> </attribute> <attribute> <name>locale</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the Locale information. </description> </attribute> <attribute> <name>svg</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether supports the SVG output format or not. </description> </attribute> <attribute> <name>format</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the output format of report. </description> </attribute> <attribute> <name>emitterId</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the emitter id for the report output. </description> </attribute> <attribute> <name>pageOverflow</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the page overflow setting for the PDF format. One of the following values: 0 for "auto", 1 for "actual size", 2 for "fit to page". </description> </attribute> <attribute> <name>rtl</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether supports rtl page or not. </description> </attribute> <attribute> <name>pageNum</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies output page number when render document file. </description> </attribute> <attribute> <name>pageRange</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies page range when render document file. </description> </attribute> <attribute> <name>resourceFolder</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the referenced resource folder. Default value is defined in web.xml. </description> </attribute> <attribute> <name>forceOverwriteDocument</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether forces to overwrite the generated document. If allowPageBreak is false,ignore this attribute. Default value is defined in web.xml. </description> </attribute> <attribute> <name>showTitle</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether shows the report title. Default to true. </description> </attribute> <attribute> <name>showToolBar</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether shows the toolbar. Default to true. </description> </attribute> <attribute> <name>showNavigationBar</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether shows the Navigation Bar. If allowPageBreak is false,ignore this attribute. Default to true. </description> </attribute> <attribute> <name>showParameterPage</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether show the parameter dialog or not. Default to true. </description> </attribute> <attribute> <name>isReportlet</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether render reportlet by bookmark. Default to false. </description> </attribute> </tag> <!--**********************************************--> <!-- Report Tag --> <!--**********************************************--> <tag> <name>report</name> <tag-class>org.eclipse.birt.report.taglib.ReportTag</tag-class> <body-content>JSP</body-content> <description> The report tag can provide fast report preview without Ajax framework. The report content can be output to web browser directly. </description> <attribute> <name>id</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -