API17

Difference between revisions of "JFormFieldAccessLevel::getInput"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 16: Line 16:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormFieldAccessLevel::getInput source code''' on [[jplatform:form/fields/accesslevel.php#cl-33|BitBucket]]
 
* {{JVer|11.1}} '''JFormFieldAccessLevel::getInput source code''' on [[jplatform:form/fields/accesslevel.php#cl-33|BitBucket]]
* {{JVer|11.1}} Class [[JFormFieldAccessLevel/11.1|JFormFieldAccessLevel]]
+
* {{JVer|11.1}} Class [[API17:JFormFieldAccessLevel|JFormFieldAccessLevel]]
* {{JVer|11.1}} Subpackage [[Subpackage_Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]]
* [[JFormFieldAccessLevel::getInput|Other versions of JFormFieldAccessLevel::getInput]]
+
* [[API17:JFormFieldAccessLevel::getInput|Other versions of JFormFieldAccessLevel::getInput]]
 
{{SeeAlso:JFormFieldAccessLevel::getInput}}
 
{{SeeAlso:JFormFieldAccessLevel::getInput}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:44, 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 JFormFieldAccessLevel::getInput[edit]

Description[edit]

Method to get the field input markup.

Template:Description:JFormFieldAccessLevel::getInput [Edit Descripton]

protected function getInput ()
  • Returns string The field input markup.
  • Defined on line 41 of libraries/joomla/form/fields/accesslevel.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JFormFieldAccessLevel::getInput [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />