API17:JFormRuleBoolean
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JFormRuleBoolean== | ||
| + | ===Description=== | ||
| + | {{Description:JFormRuleBoolean}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JFormRuleBoolean|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFormRuleBoolean|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/form/rules/boolean.php | ||
| + | * '''Extends''' [[JFormRule/11.1|JFormRule]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.form.rules.boolean' );</source> | <source lang="php">jimport( 'joomla.form.rules.boolean' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JFormRuleBoolean source code | + | * {{JVer|11.1}} '''JFormRuleBoolean source code''' on [[jplatform:form/rules/boolean.php|BitBucket]] |
| − | * [[JFormRuleBoolean|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]] |
| + | * [[JFormRuleBoolean|Other versions of JFormRuleBoolean]] | ||
{{SeeAlso:JFormRuleBoolean}} | {{SeeAlso:JFormRuleBoolean}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFormRuleBoolean|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFormRuleBoolean|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 36: | Line 34: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormRuleBoolean]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JFormRuleBoolean]]</noinclude> |
Revision as of 13:49, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFormRuleBoolean
Description
Description:JFormRuleBoolean [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|
- Defined in libraries/joomla/form/rules/boolean.php
- Extends JFormRule
Importing
jimport( 'joomla.form.rules.boolean' );
See also
-
JFormRuleBoolean source code on BitBucket
-
Subpackage Form
- Other versions of JFormRuleBoolean
SeeAlso:JFormRuleBoolean [Edit See Also]
User contributed notes
<CodeExamplesForm />
