JFormRuleBoolean: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JFormRuleBoolean}}
===De... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JFormRuleBoolean}} | |||
{{Description:JFormRuleBoolean}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 10: | Line 7: | ||
<source lang="php">jimport( 'joomla.form.rules.boolean' );</source> | <source lang="php">jimport( 'joomla.form.rules.boolean' );</source> | ||
{{subst:SeeAlso:JFormRuleBoolean}} | |||
{{SeeAlso:JFormRuleBoolean}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:03, 24 March 2017
{{subst:Description:JFormRuleBoolean}}
Defined in
libraries/joomla/form/rules/boolean.php
Importing
jimport( 'joomla.form.rules.boolean' );
{{subst:SeeAlso:JFormRuleBoolean}}
Examples
<CodeExamplesForm />