Frame Contribs PhpWiki plugin
Framecontribs plugin allows everybody to insert frames in a Wikipage, in a very easy way.
The goal of this plugin is to allow insertion of 'iframes', without using Javascript as it seems to introduce some IE problem (Transclude plugin). Bypass was found using 'RawHTML plugin', but requires Wiki admin rigths (Security issues ). As a result, new plugin was created.
Framecontribs plugin also includes some parametres :
- src is mandatory ( of course )
- height is mandatory ( to be calculated if scrolling not allowed )
- width is default 100%
- frameborder is default 0 (without)
- H&V scrolling is default automatic ( can be forced yes/no )
- no need for admin rights
- preview does not show the frame ==> easier to edit :-)
examples:
Plugin FrameContribs disabled. (action != 'browse')
<?plugin FrameContribs src=http://www.ibiblio.org height=500 width=70% frameborder=1 scrolling=auto ?>
Plugin FrameContribs disabled. (action != 'browse')
<?plugin FrameContribs src=http://mirror.contribs.org/smeserver/ height=800 ?>