htmloutputlink.html

来自「j2ee帮助文档软件设计/软件工程 文件格式」· HTML 代码 · 共 1,296 行 · 第 1/5 页

HTML
1,296
字号
<P><DD><DL></DL></DD></DL><HR><A NAME="getCoords()"><!-- --></A><H3>getCoords</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getCoords</B>()</PRE><DL><DD><p>Return the value of the <code>coords</code> property.</p> <p>Contents: The position and shape of the hot spot on the screen (for use in client-side image maps).<P><DD><DL></DL></DD></DL><HR><A NAME="setCoords(java.lang.String)"><!-- --></A><H3>setCoords</H3><PRE>public void <B>setCoords</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;coords)</PRE><DL><DD><p>Set the value of the <code>coords</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getDir()"><!-- --></A><H3>getDir</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getDir</B>()</PRE><DL><DD><p>Return the value of the <code>dir</code> property.</p> <p>Contents: Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).<P><DD><DL></DL></DD></DL><HR><A NAME="setDir(java.lang.String)"><!-- --></A><H3>setDir</H3><PRE>public void <B>setDir</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;dir)</PRE><DL><DD><p>Set the value of the <code>dir</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="isDisabled()"><!-- --></A><H3>isDisabled</H3><PRE>public boolean <B>isDisabled</B>()</PRE><DL><DD><p>Return the value of the <code>disabled</code> property.</p> <p>Contents: Flag indicating that this element must never receive focus or be included in a subsequent submit.<P><DD><DL></DL></DD></DL><HR><A NAME="setDisabled(boolean)"><!-- --></A><H3>setDisabled</H3><PRE>public void <B>setDisabled</B>(boolean&nbsp;disabled)</PRE><DL><DD><p>Set the value of the <code>disabled</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getHreflang()"><!-- --></A><H3>getHreflang</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getHreflang</B>()</PRE><DL><DD><p>Return the value of the <code>hreflang</code> property.</p> <p>Contents: The language code of the resource designated by this hyperlink.<P><DD><DL></DL></DD></DL><HR><A NAME="setHreflang(java.lang.String)"><!-- --></A><H3>setHreflang</H3><PRE>public void <B>setHreflang</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;hreflang)</PRE><DL><DD><p>Set the value of the <code>hreflang</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getLang()"><!-- --></A><H3>getLang</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getLang</B>()</PRE><DL><DD><p>Return the value of the <code>lang</code> property.</p> <p>Contents: Code describing the language used in the generated markup for this component.<P><DD><DL></DL></DD></DL><HR><A NAME="setLang(java.lang.String)"><!-- --></A><H3>setLang</H3><PRE>public void <B>setLang</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;lang)</PRE><DL><DD><p>Set the value of the <code>lang</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getOnblur()"><!-- --></A><H3>getOnblur</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getOnblur</B>()</PRE><DL><DD><p>Return the value of the <code>onblur</code> property.</p> <p>Contents: Javascript code executed when this element loses focus.<P><DD><DL></DL></DD></DL><HR><A NAME="setOnblur(java.lang.String)"><!-- --></A><H3>setOnblur</H3><PRE>public void <B>setOnblur</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;onblur)</PRE><DL><DD><p>Set the value of the <code>onblur</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getOnclick()"><!-- --></A><H3>getOnclick</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getOnclick</B>()</PRE><DL><DD><p>Return the value of the <code>onclick</code> property.</p> <p>Contents: Javascript code executed when a pointer button is clicked over this element.<P><DD><DL></DL></DD></DL><HR><A NAME="setOnclick(java.lang.String)"><!-- --></A><H3>setOnclick</H3><PRE>public void <B>setOnclick</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;onclick)</PRE><DL><DD><p>Set the value of the <code>onclick</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getOndblclick()"><!-- --></A><H3>getOndblclick</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getOndblclick</B>()</PRE><DL><DD><p>Return the value of the <code>ondblclick</code> property.</p> <p>Contents: Javascript code executed when a pointer button is double clicked over this element.<P><DD><DL></DL></DD></DL><HR><A NAME="setOndblclick(java.lang.String)"><!-- --></A><H3>setOndblclick</H3><PRE>public void <B>setOndblclick</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;ondblclick)</PRE><DL><DD><p>Set the value of the <code>ondblclick</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getOnfocus()"><!-- --></A><H3>getOnfocus</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getOnfocus</B>()</PRE><DL><DD><p>Return the value of the <code>onfocus</code> property.</p> <p>Contents: Javascript code executed when this element receives focus.<P><DD><DL></DL></DD></DL><HR><A NAME="setOnfocus(java.lang.String)"><!-- --></A><H3>setOnfocus</H3><PRE>public void <B>setOnfocus</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;onfocus)</PRE><DL><DD><p>Set the value of the <code>onfocus</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getOnkeydown()"><!-- --></A><H3>getOnkeydown</H3>

⌨️ 快捷键说明

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