Forums | Mahara Community
Developers
/
How can I set tinymce width to 100%
22 February 2011, 18:47
Hello
My English abliility is very poor, sorry.
I want to set my tiny mce width to 100%.
so I try two things.
1. /lib/web.php
<script type="text/javascript">
tinyMCE.init({
plugins: "table,emotions,iespell,inlinepopups,paste", => added autoresize
}
2. set width: '512', => 100% (When I input pixed pixel size, It works, but If I input % It doesn't)
plz help me