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 !
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
seems fix work though job on part
Comments
Post a Comment