Closed patrickf0 closed 10 years ago
When you use the 'show_title_column' => false in addition with textarea as tinyMCE you get a small displacement (see image)
array( 'field_id' => 'teilauto_text', 'section_id' => 'teilauto', 'type' => 'textarea', 'show_title_column' => false, 'rich' => array( 'media_buttons' => true, 'teeny' => false, 'textarea_rows' => 10, ) ),
Can you try 3.1.0b? I think I have fixed that issue. Download: https://github.com/michaeluno/admin-page-framework/archive/3.1.0b.zip
Works! Thx! :)
When you use the 'show_title_column' => false in addition with textarea as tinyMCE you get a small displacement (see image)