Fixing Jwiki Iframe Problem - Joomla! Forum - community, help and support


after installing jwiki notieced jwiki using iframe display mediawiki in site.
the height of iframe not change after content changed.

to fix problem should edit
view.html.php
change $style
$style = '#jwiki-content-frame { width: 100%; height:100%; border: none; }';
add
$document->addscript("../../adjustmyframeheight.js");

default.php
add onload="adjustmyframesize("jwiki-content-frame");" iframe

upload attached file /components/com_jwiki

enjoy !

not seeing attached file :(

seems fix work though job on part :)





Comments