<?xml version="1.0"?><phpdoc><class name="form_element_radio" extends="form_element_checkobject" undoc="false" access="public" package="Form"><file>c:/www/apache/doc2//form/form_element_radio.inc</file><doc><author email="uw@netuse.de">Ulf Wendel</author><inherited src="Array"/><overriden src="Array"/><description/><shortdescription>Generation of radio elements, [input type=&amp;quot;radio&amp;quot; value=&amp;quot;&amp;quot;].</shortdescription><version>$Id: form_element_radio.inc,v 1.5 2000/12/12 01:37:39 uw Exp $</version></doc><function name="getValue" undoc="true" access="private"><doc><return name="$value" type="mixed"/><overriden src="form_element"/><description/><shortdescription>Returns the value of the radio element if the radio is checked otherwise NULL</shortdescription></doc></function><function name="setValue" undoc="true" access="private"><doc><parameter name="$value" type="mixed"/><return type="void"/><overriden src="form_element"/><description/><shortdescription>Sets the value of the form element.</shortdescription></doc></function><function name="get" undoc="true" access="private"><doc><see type="function">getfrozen()</see><see type="function">show()</see><parameter name="$value" default="&amp;quot;&amp;quot;" type="string">The value is only used with radio buttons.&#x0a;If the given value is equal to the value of the&#x0a;element when it was defined, the radio gets selected.</parameter><return type="void"/><overriden src="form_element"/><description/><shortdescription>Returns the HTML code of the element.</shortdescription></doc></function><function name="getJSValue" undoc="true" access="private"><doc><return type="void"/><overriden src="form_element"/><description>Most elements can use document.forms[..].elements[...].value to get thevalue of an element but some need a more sophisticated function. Theseelements must override this function.The JavaScript function provided by this elements should be names &amp;quot;form_elmenttype&amp;quot;,e.g. &amp;quot;form_select&amp;quot;. The (JS) function gets called with two arguments:string formname, string elementname. It returns the value of the element, seeform_element_select for an example.The function returns the JavaScript code itself and a name for the codesnippet that allows the form object to avoid sending the code twice.</description><shortdescription>JavaScript function used to get the value of the element.</shortdescription></doc></function><function name="form_radio" undoc="true" access="private"><doc><return type="void"/></doc></function><inherited src="form_element_checkobject" type="functions"><element>getjsonactivation</element></inherited><inherited src="form_element" type="functions"><element>form_element</element><element>setup</element><element>checkconfiguration</element><element>gettype</element><element>isbutton</element><element>getvalidator</element><element>setvalidator</element><element>freeze</element><element>unfreeze</element><element>thawout</element><element>getfrozen</element><element>show</element><element>validate</element><element>validatelength</element><element>validateregex</element><element>dovalidation</element><element>react</element><element>getjsonactivation</element><element>getcommonhtmlattributes</element><element>getfrozenhiddenelement</element><element>getfrozentable</element><element>getjs</element><element>getextrajs</element><element>getname</element><element>ishidden</element></inherited><inherited src="form_commonobject" type="functions"><element>introspection</element></inherited><inherited src="form_element_checkobject" type="variables"><element>$checked</element><element>$accesskey</element><element>$tabindex</element><element>$optional_fields</element></inherited><inherited src="form_element" type="variables"><element>$flag_config_ok</element><element>$elname</element><element>$name</element><element>$value</element><element>$additional_html</element><element>$frozen</element><element>$class</element><element>$id</element><element>$style</element><element>$shared_required_fields</element><element>$required_fields</element><element>$shared_optional_fields</element><element>$optional_fields</element><element>$method</element><element>$val_events</element><element>$js_mode</element><element>$form_name</element><element>$validator</element><element>$js_validator</element></inherited><inherited src="form_commonobject" type="variables"><element>$cr_html</element><element>$exceptions</element></inherited><path><parent>form_element_checkobject</parent><parent>form_element</parent><parent>form_commonobject</parent></path><baseclass>form_commonobject</baseclass></class></phpdoc>