How to increase height of tinyMCE dynamically with jquery on reaching bottom of viewable space?

StackOverflow https://stackoverflow.com/questions/23536879

سؤال

How to increase height of tinyMCE dynamically with jquery on reaching end of available space?

i want to increase the height on reaching bottom of displayed space dynamically.

because i don't want to scroll it to view top contents.

هل كانت مفيدة؟

المحلول

Try to set tinyMCE height: auto hopefully it works.

نصائح أخرى

Set body and the Html height 100%, and the set the parent where de tinyMCE is to a height of 100%. On the fildset and child elementes set to height 100%.

body,html{ height: 100%;}

fieldset{ height: 100%;}

Child element area write { height:100%}

Note the parent element where you want to increase to bottom of the page must be also height: 100%

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top