JHtmlForm: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JHtmlForm}}
===Defined in===
l... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JHtmlForm}} | |||
{{Description:JHtmlForm}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 19: | Line 16: | ||
<source lang="php">jimport( 'joomla.html.html.form' );</source> | <source lang="php">jimport( 'joomla.html.html.form' );</source> | ||
{{subst:SeeAlso:JHtmlForm}} | |||
{{SeeAlso:JHtmlForm}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:05, 24 March 2017
{{subst:Description:JHtmlForm}}
Defined in
libraries/joomla/html/html/form.php
Methods
| Method name | Description |
|---|---|
| token | Displays a hidden token field to reduce the risk of CSRF exploits |
Importing
jimport( 'joomla.html.html.form' );
{{subst:SeeAlso:JHtmlForm}}
Examples
<CodeExamplesForm />