📄 xul.tld
字号:
javax.faces.convert.Converter </type> </deferred-value> </attribute> <attribute> <description> <![CDATA[The component identifier for this component. This value must be unique within the closest parent component that is a naming container.]]> </description> <name> id </name> <required> false </required> <rtexprvalue> true </rtexprvalue> </attribute> <attribute> <description> <![CDATA[Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.]]> </description> <name> rendered </name> <required> false </required> <deferred-value> <type> boolean </type> </deferred-value> </attribute> <attribute> <description> <![CDATA[The current value of this component.]]> </description> <name> value </name> <required> false </required> <deferred-value> <type> java.lang.Object </type> </deferred-value> </attribute> <attribute> <description> <![CDATA[Access key that, when pressed, transfers focus to this element.]]> </description> <name> accesskey </name> <required> false </required> <deferred-value> <type> java.lang.String </type> </deferred-value> </attribute> <attribute> <description> <![CDATA[Client identifier of the component for which this element is a label. This attribute is rendered as a XUL "control" attribute.]]> </description> <name> for </name> <required> false </required> <deferred-value> <type> java.lang.String </type> </deferred-value> </attribute> <attribute> <description> <![CDATA[Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.]]> </description> <name> styleClass </name> <required> false </required> <deferred-value> <type> java.lang.String </type> </deferred-value> </attribute> </tag> <tag> <description> <![CDATA[Renders a XUL "description" element. If the "styleClass" attribute is present, render its value as the value of the "class" attribute. If the "style" attribute is present, pass it thru. If the "escape" attribute is not present, or it is present and its value is "true" all angle brackets should be converted to the ampersand xx semicolon syntax when rendering the value of the "value" attribute as the value of the component. If the "escape" attribute is present and is "false" the value of the component should be rendered as text without escaping.]]> </description> <name> outputText </name> <tag-class> renderkits.taglib.xul.OutputTextTag </tag-class> <body-content> JSP </body-content> <attribute> <description> <![CDATA[Converter instance registered with this component.]]> </description> <name> converter </name> <required> false </required> <deferred-value> <type> javax.faces.convert.Converter </type> </deferred-value> </attribute> <attribute> <description> <![CDATA[The component identifier for this component. This value must be unique within the closest parent component that is a naming container.]]> </description> <name> id </name> <required> false </required> <rtexprvalue> true </rtexprvalue> </attribute> <attribute> <description> <![CDATA[Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.]]> </description> <name> rendered </name> <required> false </required> <deferred-value> <type> boolean </type> </deferred-value> </attribute> <attribute> <description> <![CDATA[The current value of this component.]]> </description> <name> value </name> <required> false </required> <deferred-value> <type> java.lang.Object </type> </deferred-value> </attribute> <attribute> <description> <![CDATA[Flag indicating that characters that are sensitive in HTML and XML markup must be escaped. This flag is set to "true" by default.]]> </description> <name> escape </name> <required> false </required> <deferred-value> <type> boolean </type> </deferred-value> </attribute> <attribute> <description> <![CDATA[CSS style(s) to be applied when this component is rendered.]]> </description> <name> style </name> <required> false </required> <deferred-value> <type> java.lang.String </type> </deferred-value> </attribute> <attribute> <description> <![CDATA[Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.]]> </description> <name> styleClass </name> <required> false </required> <deferred-value> <type> java.lang.String </type> </deferred-value> </attribute> <attribute> <description> The ValueExpression linking this component to a property in a backing bean </description> <name> binding </name> <required> false </required> <deferred-value> <type> javax.faces.component.UIComponent </type> </deferred-value> </attribute> </tag> <tag> <name> panelGrid </name> <description> <![CDATA[Renders a XUL "grid" element.]]> </description> <tag-class> renderkits.taglib.xul.PanelGridTag </tag-class> <body-content> JSP </body-content> <attribute> <description> <![CDATA[The component identifier for this component. This value must be unique within the closest parent component that is a naming container.]]> </description> <name> id </name> <required> false </required> <rtexprvalue> true </rtexprvalue> </attribute> <attribute> <description> <![CDATA[Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.]]> </description> <name> rendered </name> <required> false </required> <deferred-value> <type> boolean </type> </deferred-value> </attribute> <attribute> <description> <![CDATA[Name or code of the background color for this table.]]> </description> <name> bgcolor </name> <required> false </required> <deferred-value> <type> java.lang.String </type> </deferred-value> </attribute> <attribute> <description> <![CDATA[Width (in pixels) of the border to be drawn around this table.]]> </description> <name> border </name> <required> false </required> <deferred-value> <type> int </type> </deferred-value> </attribute> <attribute> <description> <![CDATA[Comma-delimited list of CSS style classes that will be applied to the columns of this table. A space separated list of classes may also be specified for any individual column. If the number of elements in this list is less than the number of columns specified in the "columns" attribute, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of columns specified in the "columns" attribute, the elements at the posisiton in the list after the value of the "columns" attribute are ignored.]]> </description> <name> columnClasses </name> <required> false </required> <deferred-value> <type> java.lang.String </type> </deferred-value> </attribute> <attribute> <description> <![CDATA[The number of columns to render before starting a new row.]]> </description> <name> columns </name> <required> false </required> <deferred-value> <type> int </type>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -