API17:JFormFieldCheckboxes::getInput
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JFormFieldCheckboxes::getInput|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFormFieldCheckboxes::getInput|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected function getInput () |
</source> | </source> | ||
| − | + | * '''Returns''' string The field input markup. | |
| − | string The field input markup. | + | * '''Defined''' on line 47 of libraries/joomla/form/fields/checkboxes.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/form/fields/checkboxes.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JFormFieldCheckboxes::getInput source code''' on [[jplatform:form/fields/checkboxes.php#cl-39|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JFormFieldCheckboxes/11.1|JFormFieldCheckboxes]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Form/11.1|Form]] | ||
| + | * [[JFormFieldCheckboxes::getInput|Other versions of JFormFieldCheckboxes::getInput]] | ||
| + | {{SeeAlso:JFormFieldCheckboxes::getInput}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFormFieldCheckboxes::getInput|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFormFieldCheckboxes::getInput|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 35: | Line 31: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JFormFieldCheckboxes]][[Category:JFormFieldCheckboxes::getInput]]</noinclude> | <noinclude>[[Category:JFormFieldCheckboxes]][[Category:JFormFieldCheckboxes::getInput]]</noinclude> | ||
Revision as of 21:01, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFormFieldCheckboxes::getInput
Description
Method to get the field input markup.
Description:JFormFieldCheckboxes::getInput [Edit Descripton]
protected function getInput ()
- Returns string The field input markup.
- Defined on line 47 of libraries/joomla/form/fields/checkboxes.php
- Since
See also
-
JFormFieldCheckboxes::getInput source code on BitBucket
-
Class JFormFieldCheckboxes
-
Subpackage Form
- Other versions of JFormFieldCheckboxes::getInput
SeeAlso:JFormFieldCheckboxes::getInput [Edit See Also]
User contributed notes
<CodeExamplesForm />
