📄 birt.tld
字号:
<required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the report title displayed at the top. </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>scrolling </name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the DIV/IFrame style "scrolling ". ( auto | yes | no ) </description> </attribute> <attribute> <name>position</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the style "position" of parameter page. ( static | absolute | fixed | relative ) </description> </attribute> <attribute> <name>style</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the style of parameter page. </description> </attribute> <attribute> <name>height</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the height of parameter page in pixels. </description> </attribute> <attribute> <name>width</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the width of parameter page in pixels. </description> </attribute> <attribute> <name>top</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the top of parameter page in pixels. </description> </attribute> <attribute> <name>left</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the left of parameter page in pixels. </description> </attribute> <attribute> <name>frameborder</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether displays the iframe border. Default to no. If set "isCustom" to 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>pattern</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the servlet pattern for request submit. BIRT supports three patterns: frameset, run and preview. Can refer to the user-defined servlet pattern. Default to frameset. </description> </attribute> <attribute> <name>target</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the target window for request submit. </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>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>isReportlet</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether render reportlet by bookmark. Default to false. </description> </attribute> </tag> <!--**********************************************--> <!-- Report Parameter Definition Tag --> <!--**********************************************--> <tag> <name>paramDef</name> <tag-class>org.eclipse.birt.report.taglib.ParamDefTag</tag-class> <body-content>JSP</body-content> <description> The param tag is used to generate html code for defined parameter in ParameterPage tag. </description> <attribute> <name>id</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the id of parameter control.It should be unique. It can contain number,letter or underline. </description> </attribute> <attribute> <name>name</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the report parameter name. </description> </attribute> <attribute> <name>pattern</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the report parameter pattern format. It is used to parse defined parameter value string. </description> </attribute> <attribute> <name>value</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the report parameter value. If doesn't set, use default value. </description> </attribute> <attribute> <name>displayText</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the report parameter display text. </description> </attribute> <attribute> <name>isLocale</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether the report parameter value is a locale/format related string. It is used to parse defined parameter value string. </description> </attribute> <attribute> <name>title</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the title attribute of parameter control. </description> </attribute> <attribute> <name>cssClass</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the css class attribute of parameter control. </description> </attribute> <attribute> <name>style</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the parameter control style. </description> </attribute> </tag> </taglib>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -