textarea_rows option doesn't work inside tabs

Support MB Tabs textarea_rows option doesn't work inside tabs

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5503
    woorisewoorise
    Participant

    Hello,

    textarea_rows option from wysiwyg field type doesn't work when it is inside second, third etc. tab.

    Thank you.

    #5701
    Anh TranAnh Tran
    Keymaster

    Hi,

    Looks like the TinyMCE JavaScript doesn't auto detect the height of the editor when it's hidden (inside 2nd, 3rd tab). In this case, I'd suggest using editor_height option for the editor instead of textarea_rows, like this:

    'options' => array( 'editor_height' => 400 ),

    The value is the height of the editor in pixels.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘textarea_rows option doesn't work inside tabs’ is closed to new replies.