API17

Difference between revisions of "JFormRule"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JFormRule==
 
=={{JVer|11.1}} JFormRule==
 
===Description===
 
===Description===
{{Description:JFormRule}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JFormRule|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JFormRule::test/11.1|test]]
+
|[[API17:JFormRule::test|test]]
 
|Method to test the value.  
 
|Method to test the value.  
 
|-
 
|-
Line 20: Line 18:
 
* '''Defined in''' libraries/joomla/form/formrule.php
 
* '''Defined in''' libraries/joomla/form/formrule.php
 
* '''Extended by'''
 
* '''Extended by'''
** [[JFormRuleBoolean/11.1|JFormRuleBoolean]]
+
** [[API17:JFormRuleBoolean|JFormRuleBoolean]]
** [[JFormRuleEmail/11.1|JFormRuleEmail]]
+
** [[API17:JFormRuleEmail|JFormRuleEmail]]
** [[JFormRuleEquals/11.1|JFormRuleEquals]]
+
** [[API17:JFormRuleEquals|JFormRuleEquals]]
** [[JFormRuleRules/11.1|JFormRuleRules]]
+
** [[API17:JFormRuleRules|JFormRuleRules]]
** [[JFormRuleTel/11.1|JFormRuleTel]]
+
** [[API17:JFormRuleTel|JFormRuleTel]]
** [[JFormRuleUsername/11.1|JFormRuleUsername]]
+
** [[API17:JFormRuleUsername|JFormRuleUsername]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.formrule' );</source>
 
<source lang="php">jimport( 'joomla.form.formrule' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormRule source code''' on [[jplatform:form/formrule.php|BitBucket]]
 
* {{JVer|11.1}} '''JFormRule source code''' on [[jplatform:form/formrule.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]]
* [[JFormRule|Other versions of JFormRule]]
+
* [[API17:JFormRule|Other versions of JFormRule]]
{{SeeAlso:JFormRule}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JFormRule|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JFormRule
 
category=JFormRule
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 47: Line 43:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormRule]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:09, 24 March 2017

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 JFormRule[edit]

Description[edit]

Methods[edit]

Visibility Method name Description
public test Method to test the value.

Importing[edit]

jimport( 'joomla.form.formrule' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]