- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xowiki::includelet::iframe
::xowiki::includelet::iframe create ... \Include an iframe containing the specified URL
[ -parameter_declaration (default " {-title ""} {-url:required} {-width "100%"} {-height "500px"} ") ]
Defined in /var/www/openacs.org/packages/xowiki/tcl/includelet-procs.tcl
Class Relations
::xowiki::IncludeletClass create ::xowiki::includelet::iframe \ -superclass ::xowiki::IncludeletMethods (to be applied on instances)
parameter_declaration (setter)
render (scripted)
:get_parameters if {$title eq ""} { set title $url } set url [ns_quotehtml $url] set title [ns_quotehtml $title] set width [ns_quotehtml $width] set height [ns_quotehtml $height] return [subst -nocommands { <iframe src='${url}' width='${width}' height='${height}'></iframe> <p><a href='${url}' title='${title}'>${title}</a></p> }
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables