constant iframe_EXTERNAL in Iframe 6
Same name and namespace in other branches
- 7 iframe.module \iframe_EXTERNAL
@file Defines simple iframe field types. based on the cck-module "link" by quicksketch MODULE-Funtions
3 uses of iframe_EXTERNAL
- iframe_cleanup_url in ./
iframe.module - Forms a valid URL if possible from an entered address. Trims whitespace and automatically adds an http:// to addresses without a protocol specified
- 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 10 - Defines simple iframe field types. based on the cck-module "link" by quicksketch MODULE-Funtions
Code
define('iframe_EXTERNAL', 'external');