constant iframe_EMAIL in Iframe 6
Same name and namespace in other branches
- 7 iframe.module \iframe_EMAIL
2 uses of iframe_EMAIL
- iframe_validate_url in ./
iframe.module - A lenient verification for URLs. Accepts all URLs following RFC 1738 standard for URL formation and all email addresses following the RFC 2368 standard for mailto address formation.
- _iframe_sanitize in ./
iframe.module - Cleanup user-entered values for a iframe field according to field settings.
File
- ./
iframe.module, line 13 - Defines simple iframe field types. based on the cck-module "link" by quicksketch MODULE-Funtions
Code
define('iframe_EMAIL', 'email');