API17:JFormRuleEmail
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JFormRuleEmail== | ||
| + | ===Description=== | ||
| + | {{Description:JFormRuleEmail}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JFormRuleEmail|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFormRuleEmail|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JFormRuleEmail::test/11.1|test]] | |[[JFormRuleEmail::test/11.1|test]] | ||
|Method to test the email address and optionally check for uniqueness. | |Method to test the email address and optionally check for uniqueness. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/form/rules/email.php | ||
| + | * '''Extends''' [[JFormRule/11.1|JFormRule]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.form.rules.email' );</source> | <source lang="php">jimport( 'joomla.form.rules.email' );</source> | ||
===See also=== | ===See also=== | ||
| − | * [[JFormRuleEmail|Other versions of | + | * {{JVer|11.1}} '''JFormRuleEmail source code''' on [[jplatform:form/rules/email.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]] | ||
| + | * [[JFormRuleEmail|Other versions of JFormRuleEmail]] | ||
{{SeeAlso:JFormRuleEmail}} | {{SeeAlso:JFormRuleEmail}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFormRuleEmail|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFormRuleEmail|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 37: | Line 38: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormRuleEmail]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JFormRuleEmail]]</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.
JFormRuleEmail
Description
Description:JFormRuleEmail [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | test | Method to test the email address and optionally check for uniqueness. |
- Defined in libraries/joomla/form/rules/email.php
- Extends JFormRule
Importing
jimport( 'joomla.form.rules.email' );
See also
-
JFormRuleEmail source code on BitBucket
-
Subpackage Form
- Other versions of JFormRuleEmail
SeeAlso:JFormRuleEmail [Edit See Also]
User contributed notes
<CodeExamplesForm />
