API17

Difference between revisions of "JFormFieldTel"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (moving preparation)
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/form/fields/tel.php
 
* '''Defined in''' libraries/joomla/form/fields/tel.php
* '''Extends''' [[JFormFieldText/11.1|JFormFieldText]]
+
* '''Extends''' [[API17:JFormFieldText|JFormFieldText]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.fields.tel' );</source>
 
<source lang="php">jimport( 'joomla.form.fields.tel' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormFieldTel source code''' on [[jplatform:form/fields/tel.php|BitBucket]]
 
* {{JVer|11.1}} '''JFormFieldTel source code''' on [[jplatform:form/fields/tel.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]]
* [[JFormFieldTel|Other versions of JFormFieldTel]]
+
* [[API17:JFormFieldTel|Other versions of JFormFieldTel]]
 
{{SeeAlso:JFormFieldTel}}
 
{{SeeAlso:JFormFieldTel}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 37: Line 37:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JFormFieldTel]]</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 JFormFieldTel[edit]

Description[edit]

Template:Description:JFormFieldTel [Edit Descripton]

Methods[edit]

Visibility Method name Description
  • Defined in libraries/joomla/form/fields/tel.php
  • Extends JFormFieldText

Importing[edit]

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

See also[edit]

Template:SeeAlso:JFormFieldTel [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />