API16

JHtmlForm: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 1: Line 1:
{{subst:Description:JHtmlForm}}
===Defined in===
===Defined in===
libraries/joomla/html/html/form.php
libraries/joomla/html/html/form.php
Line 17: Line 15:




{{subst:SeeAlso:JHtmlForm}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JHtmlForm
  category=JHtmlForm
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:45, 25 March 2017

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' );



Examples

Code Examples