JHTMLForm/1.5
From Joomla! Documentation
< JHTMLForm(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 22: | Line 22: | ||
<source lang="php">jimport( 'joomla.html.html.form' );</source> | <source lang="php">jimport( 'joomla.html.html.form' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JHTMLForm''' on [http://api.joomla.org/Joomla-Framework/ | + | * {{JVer|1.5}} '''JHTMLForm''' on [http://api.joomla.org/1.5/Joomla-Framework/HTML/JHTMLForm.html api.joomla.org] |
* {{JVer|1.5}} '''JHTMLForm source code''' on [[jframework15:html/html/form.php|JoomlaCode]] | * {{JVer|1.5}} '''JHTMLForm source code''' on [[jframework15:html/html/form.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
Latest revision as of 16:02, 13 February 2013
[edit]
JHTMLForm
[edit] Description
Description:JHTMLForm [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | token | Displays a hidden token field to reduce the risk of CSRF exploits. |
- Defined in libraries/joomla/html/html/form.php
[edit] Importing
jimport( 'joomla.html.html.form' );
[edit] See also
-
JHTMLForm on api.joomla.org
-
JHTMLForm source code on JoomlaCode
-
Subpackage Html
- Other versions of JHTMLForm
SeeAlso:JHTMLForm [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />