API17

Difference between revisions of "JFormFieldText"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (moving preparation)
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|protected  
 
|protected  
|[[JFormFieldText::getInput/11.1|getInput]]
+
|[[API17:JFormFieldText::getInput|getInput]]
 
|Method to get the field input markup.  
 
|Method to get the field input markup.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/form/fields/text.php
 
* '''Defined in''' libraries/joomla/form/fields/text.php
* '''Extends''' [[JFormField/11.1|JFormField]]
+
* '''Extends''' [[API17:JFormField|JFormField]]
 
* '''Extended by'''
 
* '''Extended by'''
** [[JFormFieldTel/11.1|JFormFieldTel]]
+
** [[API17:JFormFieldTel|JFormFieldTel]]
** [[JFormFieldUrl/11.1|JFormFieldUrl]]
+
** [[API17:JFormFieldUrl|JFormFieldUrl]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.fields.text' );</source>
 
<source lang="php">jimport( 'joomla.form.fields.text' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormFieldText source code''' on [[jplatform:form/fields/text.php|BitBucket]]
 
* {{JVer|11.1}} '''JFormFieldText source code''' on [[jplatform:form/fields/text.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]]
* [[JFormFieldText|Other versions of JFormFieldText]]
+
* [[API17:JFormFieldText|Other versions of JFormFieldText]]
 
{{SeeAlso:JFormFieldText}}
 
{{SeeAlso:JFormFieldText}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 44: Line 44:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldText]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:48, 11 May 2013

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.

Joomla 11.1 JFormFieldText[edit]

Description[edit]

Template:Description:JFormFieldText [Edit Descripton]

Methods[edit]

Visibility Method name Description
protected getInput Method to get the field input markup.

Importing[edit]

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

See also[edit]

Template:SeeAlso:JFormFieldText [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />