<?xml version="1.0"?><phpdoc><class name="form_element_select" extends="form_element_selectobject" undoc="false" access="private" package="Form"><file>c:/www/apache/doc2//form/form_element_select.inc</file><doc><author email="uw@netuse.de">Ulf Wendel</author><inherited src="Array"/><overriden src="Array"/><description/><shortdescription>Generates select boxes, [select].</shortdescription><version>$Id: form_element_select.inc,v 1.5 2000/12/12 01:37:40 uw Exp $</version></doc><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="validate" undoc="true" access="private"><doc><see type="function">validateLength()</see><see type="function">validateRegEx()</see><see type="function">doValidation()</see><return type="void"/><overriden src="form_element"/><description/><shortdescription>Returns the result of the (serverside) validation.</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_select" undoc="true" access="private"><doc><return type="void"/></doc></function><variable name="$multiple" access="private" type="boolean">false<doc><description/><shortdescription>Is select multiple allowed?</shortdescription></doc></variable><variable name="$optional_fields" access="private" type="array">array (&#x0a;																	&amp;quot;size&amp;quot;						=&amp;gt; &amp;quot;integer&amp;quot;,&#x0a;																	&amp;quot;intro&amp;quot;						=&amp;gt; &amp;quot;mixed&amp;quot;,&#x0a;																	&amp;quot;intro_e&amp;quot;					=&amp;gt; &amp;quot;string&amp;quot;,&#x0a;																	&amp;quot;seperators&amp;quot;			=&amp;gt; &amp;quot;array&amp;quot;,&#x0a;																	&amp;quot;seperators_e&amp;quot;		=&amp;gt; &amp;quot;string&amp;quot;,&#x0a;																	&amp;quot;accesskey&amp;quot;				=&amp;gt; &amp;quot;string&amp;quot;,&#x0a;																	&amp;quot;tabindex&amp;quot;				=&amp;gt; &amp;quot;integer&amp;quot;,&#x0a;																	&#x0a;																	&amp;quot;multiple&amp;quot;				=&amp;gt; &amp;quot;boolean&amp;quot;,&#x0a;																)<doc><see type="var">$shared_optional_fields</see><see type="var">$required_fields</see><overriden src="form_element"/><description/><shortdescription>List of optional fields provided by a derived class.</shortdescription></doc></variable><inherited src="form_element_selectobject" type="functions"><element>setoptions</element><element>isselected</element><element>setvalue</element><element>validateintro</element><element>getintrooptiontags</element><element>getoptiontags</element><element>getfrozen</element></inherited><inherited src="form_element" type="functions"><element>form_element</element><element>setup</element><element>checkconfiguration</element><element>getvalue</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>validatelength</element><element>validateregex</element><element>dovalidation</element><element>react</element><element>setvalue</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_selectobject" type="variables"><element>$size</element><element>$intro</element><element>$intro_e</element><element>$seperators</element><element>$seperators_e</element><element>$options</element><element>$accesskey</element><element>$tabindex</element><element>$required_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>$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_selectobject</parent><parent>form_element</parent><parent>form_commonobject</parent></path><baseclass>form_commonobject</baseclass></class></phpdoc>