API17

Difference between revisions of "JFormFieldHelpsite"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/form/fields/helpsite.php
 
libraries/joomla/form/fields/helpsite.php
 +
* see source code in [[jplatform:form/fields/helpsite.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Form/11.1|Form]]
 
[[Subpackage Form/11.1|Form]]
Line 24: Line 25:
 
<source lang="php">jimport( 'joomla.form.fields.helpsite' );</source>
 
<source lang="php">jimport( 'joomla.form.fields.helpsite' );</source>
 
===See also===
 
===See also===
 +
* JFormFieldHelpsite source code in [[jplatform:form/fields/helpsite.php|BitBucket]]
 
* [[JFormFieldHelpsite|Other versions of this class]]
 
* [[JFormFieldHelpsite|Other versions of this class]]
 
{{SeeAlso:JFormFieldHelpsite}}
 
{{SeeAlso:JFormFieldHelpsite}}

Revision as of 17:55, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JFormFieldHelpsite

Defined in[edit]

libraries/joomla/form/fields/helpsite.php

Subpackage[edit]

Form

Extends[edit]

JFormFieldList

Extended by[edit]

Methods[edit]

Method name Description
getOptions Method to get the field options.

Importing[edit]

jimport( 'joomla.form.fields.helpsite' );

See also[edit]

Template:SeeAlso:JFormFieldHelpsite [Edit See Also]

Examples[edit]

<CodeExamplesForm />