⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 html_basic.tld

📁 图书馆管理系统
💻 TLD
📖 第 1 页 / 共 5 页
字号:
      <rtexprvalue>false</rtexprvalue>      <description>              URI to a long description of the image        represented by this element.      </description>    </attribute>    <attribute>      <name>onclick</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Javascript code executed when a pointer button is          clicked over this element.      </description>    </attribute>    <attribute>      <name>ondblclick</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Javascript code executed when a pointer button is          double clicked over this element.      </description>    </attribute>    <attribute>      <name>onkeydown</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Javascript code executed when a key is          pressed down over this element.      </description>    </attribute>    <attribute>      <name>onkeypress</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Javascript code executed when a key is          pressed and released over this element.      </description>    </attribute>    <attribute>      <name>onkeyup</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Javascript code executed when a key is          released over this element.      </description>    </attribute>    <attribute>      <name>onmousedown</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Javascript code executed when a pointer button is          pressed down over this element.      </description>    </attribute>    <attribute>      <name>onmousemove</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Javascript code executed when a pointer button is          moved within this element.      </description>    </attribute>    <attribute>      <name>onmouseout</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Javascript code executed when a pointer button is          moved away from this element.      </description>    </attribute>    <attribute>      <name>onmouseover</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Javascript code executed when a pointer button is          moved onto this element.      </description>    </attribute>    <attribute>      <name>onmouseup</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Javascript code executed when a pointer button is          released over this element.      </description>    </attribute>    <attribute>      <name>style</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                CSS style(s) to be applied when this component is rendered.      </description>    </attribute>    <attribute>      <name>styleClass</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                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>    </attribute>    <attribute>      <name>title</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Advisory title information about markup elements generated          for this component.      </description>    </attribute>    <attribute>      <name>usemap</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>              The name of a client side image map (an HTML "map"        element) for which this element provides the image.      </description>    </attribute>    <attribute>      <name>width</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>              Override for the width of this image.      </description>    </attribute>    <attribute>      <name>binding</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>         The value binding expression linking this component to a property in a backing bean      </description>    </attribute>  </tag>  <tag>    <name>inputHidden</name>    <tag-class>com.sun.faces.taglib.html_basic.InputHiddenTag</tag-class>    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>    <body-content>JSP</body-content>    <description>      <![CDATA[<p>Renders an HTML "input" element of type      "hidden".</p><p>Decode Behavior</p><ul><p>See the decode description for the <a href="javax.faces.Inputjavax.faces.Text.html#encode">Input      Text</a> renderer.</p></ul><p>Encode Behavior</p><ul><p>Render the clientId of the component as the value of the      "name" attribute.  Render the current value of the component as      the value of the "value" attribute.</p></ul>]]>    </description>    <attribute>      <name>converter</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Converter instance registered with this component.      </description>    </attribute>    <attribute>      <name>id</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                The component identifier for this component.  This value must be          unique within the closest parent component that is a naming          container.      </description>    </attribute>    <attribute>      <name>immediate</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Flag indicating that this component's value must be          converted and validated immediately (that is, during          Apply Request Values phase), rather than waiting          until Process Validations phase.      </description>    </attribute>    <attribute>      <name>rendered</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Flag indicating whether or not this component should be rendered          (during Render Response Phase), or processed on any subsequent          form submit.      </description>    </attribute>    <attribute>      <name>required</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Flag indicating that the user is required to provide a submitted          value for this input component.      </description>    </attribute>    <attribute>      <name>validator</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                MethodBinding representing a validator method that will be called          during Process Validations to perform correctness checks on the          value of this component.  The expression must evaluate to a public          method that takes FacesContext, UIComponent, and Object parameters,          with a return type of void.      </description>    </attribute>    <attribute>      <name>value</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                The current value of this component.      </description>    </attribute>    <attribute>      <name>valueChangeListener</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                MethodBinding representing a value change listener method that will be          notified when a new value has been set for this input component.  The          expression must evaluate to a public method that takes a          ValueChangeEvent parameter, with a return type of void.      </description>    </attribute>    <attribute>      <name>binding</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>         The value binding expression linking this component to a property in a backing bean      </description>    </attribute>  </tag>  <tag>    <name>inputSecret</name>    <tag-class>com.sun.faces.taglib.html_basic.InputSecretTag</tag-class>    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>    <body-content>JSP</body-content>    <description>      <![CDATA[<p>Renders an HTML "input" element of "type" "password".</p><p>Decode Behavior</p><ul><p>See the decode description for the <a href="javax.faces.Inputjavax.faces.Text.html#encode">Input      Text</a> renderer.</p></ul><p>Encode Behavior</p><ul><p>      Render the clientId of the component as the value of the "name"      attribute.  Render the current value of the component as the value      of the "value" attribute, if and only if the "redisplay" component      attribute is the string "true".  If the "styleClass" attribute is      specified, render its value as the value of the "class"      attribute.</p></ul>]]>    </description>    <attribute>      <name>converter</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Converter instance registered with this component.      </description>    </attribute>    <attribute>      <name>id</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                The component identifier for this component.  This value must be          unique within the closest parent component that is a naming          container.      </description>    </attribute>    <attribute>      <name>immediate</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Flag indicating that this component's value must be          converted and validated immediately (that is, during          Apply Request Values phase), rather than waiting          until Process Validations phase.      </description>    </attribute>    <attribute>      <name>rendered</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Flag indicating whether or not this component should be rendered          (during Render Response Phase), or processed on any subsequent          form submit.      </description>    </attribute>    <attribute>      <name>required</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Flag indicating that the user is required to provide a submitted          value for this input component.      </description>    </attribute>    <attribute>      <name>validator</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                MethodBinding representing a validator method that will be called          during Process Validations to perform correctness checks on the          value of this component.  The expression must evaluate to a public          method that takes FacesContext, UIComponent, and Object parameters,          with a return type of void.      </description>    </attribute>    <attribute>      <name>value</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                The current value of this component.      </description>    </attribute>    <attribute>      <name>valueChangeListener</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                MethodBinding representing a value change listener method that will be          notified when a new value has been set for this input component.  The          expression must evaluate to a public method that takes a          ValueChangeEvent parameter, with a return type of void.      </description>    </attribute>    <attribute>      <name>accesskey</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Access key that, when pressed, transfers focus          to this element.      </description>    </attribute>    <attribute>      <name>alt</name>      <required>false</required>      <rtexprvalue>false<

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -