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

📄 html_basic.tld

📁 图书馆管理系统
💻 TLD
📖 第 1 页 / 共 5 页
字号:
      <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>commandLink</name>    <tag-class>com.sun.faces.taglib.html_basic.CommandLinkTag</tag-class>    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>    <body-content>JSP</body-content>    <description>      <![CDATA[<p>Render an HTML "a" anchor element that acts like a      form submit button when clicked.</p><p>Decode Behavior</p><ul><p>Obtain the "clientId" property of the component.  Obtain the<code>Map</code> from the "requestParameterMap" property of the<code>ExternalContext</code>.  If the <code>Map</code> contains no      entry, or an empty String entry, under the key that is the value      of the "clientId" property, return immediately.  If there is an      entry, create a new <code>javax.faces.event.ActionEvent</code>      instance around the component and call<code>queueActionEvent()</code> on the component, passing the      event.</p></ul><p>Encode Behavior</p><ul><p>Render "#" as the value of the      "href" attribute.  Render javascript that is functionaly      equivalent to the following as the value of the "onclick"      attribute:</p><p><code>document.forms['CLIENT_ID']['CLIENT_ID'].value='CLIENT_ID';      document.forms['CLIENT_ID']['PARAM1_NAME'].value='PARAM1_VALUE';      document.forms['CLIENT_ID']['PARAM2_NAME'].value='PARAM2_VALUE';      return false;</code></p><p>document.forms['CLIENT_ID'].submit()" where CLIENT_ID is the      clientId of the UICommand component, PARAM*_NAME and PARAM*_VALUE      are the names and values, respectively, of any nested UIParameter      children.  The name and the value must be URLEncoded.  If the      "styleClass" attribute is specified, render its value as the value      of the "class" attribute.  Render any non-UIParameter children as      normal inside of the "a" element.  These will appear as the link      text.  Allow the form renderer to output an "input" element of      "type" "hidden" for each of the nested UIParameter children,      taking the name property (but not the value) from each one in      turn.</p></ul>]]>    </description>    <attribute>      <name>action</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                MethodBinding representing the application action to invoke when          this component is activated by the user.  The expression must          evaluate to a public method that takes no parameters, and returns          a String (the logical outcome) which is passed to the          NavigationHandler for this application.      </description>    </attribute>    <attribute>      <name>actionListener</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                MethodBinding representing an action listener method that will be          notified when this component is activated by the user.  The          expression must evaluate to a public method that takes an          ActionEvent parameter, with a return type of void.      </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, if this component is activated by the user,          notifications should be delivered to interested listeners and actions          immediately (that is, during Apply Request Values phase) rather than          waiting until Invoke Application 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>value</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                The current value of this component.      </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>charset</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                The character encoding of the resource designated          by this hyperlink.      </description>    </attribute>    <attribute>      <name>coords</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                The position and shape of the hot spot on the screen          (for use in client-side image maps).      </description>    </attribute>    <attribute>      <name>dir</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Direction indication for text that does not inherit directionality.          Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).      </description>    </attribute>    <attribute>      <name>hreflang</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                The language code of the resource designated          by this hyperlink.      </description>    </attribute>    <attribute>      <name>lang</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Code describing the language used in the generated markup          for this component.      </description>    </attribute>    <attribute>      <name>onblur</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Javascript code executed when this element loses focus.      </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>onfocus</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Javascript code executed when this element receives focus.      </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>rel</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                The relationship from the current document          to the anchor specified by this hyperlink.          The value of this attribute is a space-separated          list of link types.        </description>    </attribute>    <attribute>      <name>rev</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                A reverse link from the anchor specified          by this hyperlink to the current document.          The value of this attribute is a space-separated          list of link types.        </description>    </attribute>    <attribute>      <name>shape</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                The shape of the hot spot on the screen          (for use in client-side image maps).  Valid          values are:  default (entire region); rect          (rectangular region); circle (circular region);          and poly (polygonal region).      </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>tabindex</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Position of this element in the tabbing order          for the current document.  This value must be          an integer between 0 and 32767.      </description>    </attribute>    <attribute>      <name>target</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                Name of a frame where the resource          retrieved via this hyperlink is to          be displayed.      </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>type</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>                The content type of the resource designated          by this hyperlink.      </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>dataTable</name>    <tag-class>com.sun.faces.taglib.html_basic.DataTableTag</tag-class>    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>    <body-content>JSP</body-content>    <description>      <![CDATA[<p>Renders an HTML "table" element compliant with the HTML 401      specification.  Please consult the javadoc for <code>UIData</code>      to supplement this specification.  If the "styleClass" attribute

⌨️ 快捷键说明

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