Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 6282078ae76a671f49c6af38c67b1a07 > files > 1482

kdelibs-devel-2.2.2-49.2mdk.i586.rpm

<HTML>
<HEAD>
<TITLE>class HTMLButtonElement</TITLE>

<META NAME="Generator" CONTENT="KDOC ">
</HEAD>
<BODY bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000099" alink= "#ffffff">
<TABLE WIDTH="100%" BORDER="0">
<TR>
<TD>
	<TABLE BORDER="0">
		<TR><TD valign="top" align="left" cellspacing="10">
		<h1>class HTMLButtonElement</h1>
		</TD>
		<TD valign="top" align="right" colspan="1">
 Push button. <small><A HREF="#longdesc">More...</A></small></TD></TR>
	</TABLE>
	<HR>
	<TABLE BORDER="0">
		<TR><TH>Full name</TH><TD><code><A HREF="DOM.html">DOM</A>::HTMLButtonElement</code></TD></TR>
<TR><TH>Definition</TH><TD><code>#include &lt;<A HREF="html__form_h.html">html_form.h</A>&gt;</code></TD></TR>
<TR><TH>Inherits</TH><TD><A HREF="DOM__HTMLElement.html">DOM::HTMLElement</A> <small>[public ]</small></TD></TR>
<TR><TH><A HREF="full-list-DOM__HTMLButtonElement.html">List of all Methods</A></TH></TR>
	</TABLE>
	</TD>
<TD align="right"><TABLE BORDER="0"><TR><TD><small><A HREF="index-long.html">Annotated List</A></small></TD></TR>
<TR><TD><small><A HREF="header-list.html">Files</A></small></TD></TR>
<TR><TD><small><A HREF="all-globals.html">Globals</A></small></TD></TR>
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
</TABLE></TD></TR></TABLE>
<h4>Public Methods</h4><ul><LI>&nbsp;<b><A HREF="#ref1">HTMLButtonElement</A></b> () 
</LI>
<LI>&nbsp;<b><A HREF="#ref2">HTMLButtonElement</A></b> (const HTMLButtonElement &other) 
</LI>
<LI>&nbsp;<b><A HREF="#ref3">HTMLButtonElement</A></b> (const Node &other) 
</LI>
<LI>HTMLButtonElement & &nbsp;<b><A HREF="#ref5">operator = </A></b> (const HTMLButtonElement &other) 
</LI>
<LI>HTMLButtonElement & &nbsp;<b><A HREF="#ref6">operator = </A></b> (const Node &other) 
</LI>
<LI>&nbsp;<b><A HREF="#ref7">~HTMLButtonElement</A></b> () 
</LI>
<LI>HTMLFormElement &nbsp;<b><A HREF="#ref8">form</A></b> ()  const
</LI>
<LI>DOMString &nbsp;<b><A HREF="#ref9">accessKey</A></b> ()  const
</LI>
<LI>void &nbsp;<b><A HREF="#ref10">setAccessKey</A></b> ( const DOMString & ) 
</LI>
<LI>bool &nbsp;<b><A HREF="#ref11">disabled</A></b> ()  const
</LI>
<LI>void &nbsp;<b><A HREF="#ref12">setDisabled</A></b> ( bool ) 
</LI>
<LI>DOMString &nbsp;<b><A HREF="#ref13">name</A></b> ()  const
</LI>
<LI>void &nbsp;<b><A HREF="#ref14">setName</A></b> ( const DOMString & ) 
</LI>
<LI>long &nbsp;<b><A HREF="#ref15">tabIndex</A></b> ()  const
</LI>
<LI>void &nbsp;<b><A HREF="#ref16">setTabIndex</A></b> ( long ) 
</LI>
<LI>DOMString &nbsp;<b><A HREF="#ref17">type</A></b> ()  const
</LI>
<LI>DOMString &nbsp;<b><A HREF="#ref18">value</A></b> ()  const
</LI>
<LI>void &nbsp;<b><A HREF="#ref19">setValue</A></b> ( const DOMString & ) 
</LI>
</ul><h4>Protected Methods</h4><ul><LI>&nbsp;<b><A HREF="#ref4">HTMLButtonElement</A></b> (HTMLButtonElementImpl *impl) 
</LI>
</ul><HR><H2><A NAME="longdesc">Detailed Description</A></H2><p>
 Push button. See the <a
 href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-BUTTON">
 BUTTON element definition </a> in HTML 4.0.
</p>
<p> </p>
<A NAME="HTMLButtonElement"></A><A NAME="ref1"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>HTMLButtonElement</strong> ()
<br></td><td align="right"><h3><strong>HTMLButtonElement</strong></h3></td></tr></table><p></p><A NAME="HTMLButtonElement"></A><A NAME="ref2"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>HTMLButtonElement</strong> (const HTMLButtonElement &other)
<br></td><td align="right"><h3><strong>HTMLButtonElement</strong></h3></td></tr></table><p></p><A NAME="HTMLButtonElement"></A><A NAME="ref3"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>HTMLButtonElement</strong> (const Node &other)
<br></td><td align="right"><h3><strong>HTMLButtonElement</strong></h3></td></tr></table><p></p><A NAME="HTMLButtonElement"></A><A NAME="ref4"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>HTMLButtonElement</strong> (HTMLButtonElementImpl *impl)
<br></td><td align="right"><h3><strong>HTMLButtonElement</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="operator%20=%20"></A><A NAME="ref5"></A><table width="100%"><tr bgcolor="#eeeeee"><td>HTMLButtonElement & &nbsp;<strong>operator = </strong> (const HTMLButtonElement &other)
<br></td><td align="right"><h3><strong>operator = </strong></h3></td></tr></table><p></p><p>Reimplemented from <A HREF="DOM__HTMLElement.html#operator%20=%20">HTMLElement</A>.</p>
<A NAME="operator%20=%20"></A><A NAME="ref6"></A><table width="100%"><tr bgcolor="#eeeeee"><td>HTMLButtonElement & &nbsp;<strong>operator = </strong> (const Node &other)
<br></td><td align="right"><h3><strong>operator = </strong></h3></td></tr></table><p></p><p>Reimplemented from <A HREF="DOM__HTMLElement.html#operator%20=%20">HTMLElement</A>.</p>
<A NAME="~HTMLButtonElement"></A><A NAME="ref7"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>~HTMLButtonElement</strong> ()
<br></td><td align="right"><h3><strong>~HTMLButtonElement</strong></h3></td></tr></table><p></p><A NAME="form"></A><A NAME="ref8"></A><table width="100%"><tr bgcolor="#eeeeee"><td>HTMLFormElement &nbsp;<strong>form</strong> ()
<br></td><td align="right"><h3><strong>form</strong></h3></td></tr></table><p> <small>[const]</small></p><p>
 Returns the <code> FORM </code> element containing this
 control. Returns null if this control is not within the context
 of a form.
</p>
<p>     </p>
<A NAME="accessKey"></A><A NAME="ref9"></A><table width="100%"><tr bgcolor="#eeeeee"><td>DOMString &nbsp;<strong>accessKey</strong> ()
<br></td><td align="right"><h3><strong>accessKey</strong></h3></td></tr></table><p> <small>[const]</small></p><p>
 A single character access key to give access to the form
 control. See the <a
 href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accesskey">
 accesskey attribute definition </a> in HTML 4.0.
</p>
<p>     </p>
<A NAME="setAccessKey"></A><A NAME="ref10"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setAccessKey</strong> ( const DOMString & )
<br></td><td align="right"><h3><strong>setAccessKey</strong></h3></td></tr></table><p></p><p>
 see <A HREF="DOM__HTMLButtonElement.html#accessKey">accessKey</A>
     </p>
<A NAME="disabled"></A><A NAME="ref11"></A><table width="100%"><tr bgcolor="#eeeeee"><td>bool &nbsp;<strong>disabled</strong> ()
<br></td><td align="right"><h3><strong>disabled</strong></h3></td></tr></table><p> <small>[const]</small></p><p>
 The control is unavailable in this context. See the <a
 href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-disabled">
 disabled attribute definition </a> in HTML 4.0.
</p>
<p>     </p>
<A NAME="setDisabled"></A><A NAME="ref12"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setDisabled</strong> ( bool )
<br></td><td align="right"><h3><strong>setDisabled</strong></h3></td></tr></table><p></p><p>
 see <A HREF="DOM__HTMLButtonElement.html#disabled">disabled</A>
     </p>
<A NAME="name"></A><A NAME="ref13"></A><table width="100%"><tr bgcolor="#eeeeee"><td>DOMString &nbsp;<strong>name</strong> ()
<br></td><td align="right"><h3><strong>name</strong></h3></td></tr></table><p> <small>[const]</small></p><p>
 Form control or object name when submitted with a form. See the
 <a
 href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-name-BUTTON">
 name attribute definition </a> in HTML 4.0.
</p>
<p>     </p>
<A NAME="setName"></A><A NAME="ref14"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setName</strong> ( const DOMString & )
<br></td><td align="right"><h3><strong>setName</strong></h3></td></tr></table><p></p><p>
 see <A HREF="DOM__HTMLButtonElement.html#name">name</A>
     </p>
<A NAME="tabIndex"></A><A NAME="ref15"></A><table width="100%"><tr bgcolor="#eeeeee"><td>long &nbsp;<strong>tabIndex</strong> ()
<br></td><td align="right"><h3><strong>tabIndex</strong></h3></td></tr></table><p> <small>[const]</small></p><p>
 Index that represents the element's position in the tabbing
 order. See the <a
 href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-tabindex">
 tabindex attribute definition </a> in HTML 4.0.
</p>
<p>     </p>
<A NAME="setTabIndex"></A><A NAME="ref16"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setTabIndex</strong> ( long )
<br></td><td align="right"><h3><strong>setTabIndex</strong></h3></td></tr></table><p></p><p>
 see <A HREF="DOM__HTMLButtonElement.html#tabIndex">tabIndex</A>
     </p>
<A NAME="type"></A><A NAME="ref17"></A><table width="100%"><tr bgcolor="#eeeeee"><td>DOMString &nbsp;<strong>type</strong> ()
<br></td><td align="right"><h3><strong>type</strong></h3></td></tr></table><p> <small>[const]</small></p><p>
 The type of button. See the <a
 href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-type-BUTTON">
 type attribute definition </a> in HTML 4.0.
</p>
<p>     </p>
<A NAME="value"></A><A NAME="ref18"></A><table width="100%"><tr bgcolor="#eeeeee"><td>DOMString &nbsp;<strong>value</strong> ()
<br></td><td align="right"><h3><strong>value</strong></h3></td></tr></table><p> <small>[const]</small></p><p>
 The current form control value. See the <a
 href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-value-BUTTON">
 value attribute definition </a> in HTML 4.0.
</p>
<p>     </p>
<A NAME="setValue"></A><A NAME="ref19"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setValue</strong> ( const DOMString & )
<br></td><td align="right"><h3><strong>setValue</strong></h3></td></tr></table><p></p><p>
 see <A HREF="DOM__HTMLButtonElement.html#value">value</A>
     </p>
<HR>
	<table>
	<tr><td><small>Generated by: qateam on updates.mandrakesoft.com on Mon Dec 30 16:09:31 2002, using kdoc 2.0a53.</small></td></tr>
	</table>
</BODY>
</HTML>