<?xml version="1.0"?><phpdoc><class name="form_element_tree" extends="form_element" undoc="false" access="public" package="Form"><file>c:/www/apache/doc2//form/form_element_tree.inc</file><doc><author email="ulf.wendel@phpdoc.de">Ulf Wendel</author><inherited src="Array"/><overriden src="Array"/><description>A tree is a select box that shows options like a tree.</description><shortdescription>Creates a tree view meta type element.</shortdescription><version>$Id: form_element_tree.inc,v 1.5 2000/12/12 01:37:43 uw Exp $</version></doc><function name="getSubtree" undoc="false" access="private"><doc><parameter name="$value" type="string"/><return type="void"/><description/><shortdescription>FIXME</shortdescription></doc></function><function name="isSelected" undoc="false" access="private"><doc><parameter name="$value" type="mixed"/><return type="void"/><description/><shortdescription>FIXME</shortdescription></doc></function><function name="getTree" undoc="false" access="private"><doc><parameter name="$value" type="mixed"/><return type="void"/><description/><shortdescription>FIXME</shortdescription></doc></function><function name="setTree" undoc="false" access="private"><doc><parameter name="$tree" type="mixed"/><return type="void"/><description/><shortdescription>FIXME</shortdescription></doc></function><function name="sortTree" undoc="true" access="private"><doc><return type="void"/></doc></function><function name="getOptions" undoc="true" access="private"><doc><return type="void"/></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="getfrozen" undoc="true" access="private"><doc><see type="function">get()</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 thr HTML code of the frozen element.</shortdescription><brother>get</brother></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><variable name="$tree" access="private" type="unknown"><doc></doc></variable><variable name="$delimiter" access="private" type="string">&amp;quot;/&amp;quot;<doc></doc></variable><variable name="$step" access="private" type="string">&amp;quot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;<doc></doc></variable><variable name="$open" access="private" type="string">&amp;quot;[+]&amp;quot;<doc></doc></variable><variable name="$close" access="private" type="string">&amp;quot;[-]&amp;quot;<doc></doc></variable><variable name="$openall" access="private" type="boolean">false<doc></doc></variable><variable name="$accesskey" access="private" type="string">&amp;quot;&amp;quot;<doc></doc></variable><variable name="$tabindex" access="private" type="string">&amp;quot;&amp;quot;<doc></doc></variable><variable name="$intro" access="private" type="array">array()<doc></doc></variable><variable name="$intro_e" access="private" type="string">&amp;quot;&amp;quot;<doc></doc></variable><variable name="$selected" access="private" type="string">&amp;quot;&amp;quot;<doc></doc></variable><variable name="$treelist" access="private" type="array">array()<doc></doc></variable><variable name="$treeindex" access="private" type="array">array()<doc></doc></variable><variable name="$maxdept" access="private" type="integer">8<doc></doc></variable><variable name="$options" access="private" type="array">array()<doc></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;step&amp;quot;						=&amp;gt; &amp;quot;string&amp;quot;,&#x0a;																	&amp;quot;open&amp;quot;						=&amp;gt; &amp;quot;string&amp;quot;,&#x0a;																	&amp;quot;close&amp;quot;						=&amp;gt; &amp;quot;string&amp;quot;,&#x0a;																	&amp;quot;openall&amp;quot;					=&amp;gt; &amp;quot;boolean&amp;quot;,&#x0a;																	&amp;quot;delimiter&amp;quot;				=&amp;gt; &amp;quot;string&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;tabindex&amp;quot;				=&amp;gt; &amp;quot;integer&amp;quot;,&#x0a;																	&amp;quot;accesskey&amp;quot;				=&amp;gt; &amp;quot;string&amp;quot;,&#x0a;																	&amp;quot;tree&amp;quot;						=&amp;gt; &amp;quot;array&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" 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>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>getjsvalue</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" 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</parent><parent>form_commonobject</parent></path><baseclass>form_commonobject</baseclass></class></phpdoc>