API17

Difference between revisions of "JFormFieldCalendar"

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  
|[[JFormFieldCalendar::getInput/11.1|getInput]]
+
|[[API17:JFormFieldCalendar::getInput|getInput]]
 
|Method to get the field input markup.  
 
|Method to get the field input markup.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/form/fields/calendar.php
 
* '''Defined in''' libraries/joomla/form/fields/calendar.php
* '''Extends''' [[JFormField/11.1|JFormField]]
+
* '''Extends''' [[API17:JFormField|JFormField]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.fields.calendar' );</source>
 
<source lang="php">jimport( 'joomla.form.fields.calendar' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormFieldCalendar source code''' on [[jplatform:form/fields/calendar.php|BitBucket]]
 
* {{JVer|11.1}} '''JFormFieldCalendar source code''' on [[jplatform:form/fields/calendar.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]]
* [[JFormFieldCalendar|Other versions of JFormFieldCalendar]]
+
* [[API17:JFormFieldCalendar|Other versions of JFormFieldCalendar]]
 
{{SeeAlso:JFormFieldCalendar}}
 
{{SeeAlso:JFormFieldCalendar}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 41: Line 41:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldCalendar]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:45, 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 JFormFieldCalendar[edit]

Description[edit]

Template:Description:JFormFieldCalendar [Edit Descripton]

Methods[edit]

Visibility Method name Description
protected getInput Method to get the field input markup.
  • Defined in libraries/joomla/form/fields/calendar.php
  • Extends JFormField

Importing[edit]

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

See also[edit]

Template:SeeAlso:JFormFieldCalendar [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />