AndyPSV Posted February 23, 2012 Share Posted February 23, 2012 http://xernt.com/_xernt/ I've got few issues (see the attachment below to download code). 1. Autoresize of textarea box & size CODE for textarea resize exists, but it produces errors. var Editor = $("#" + element + "_ifr").contents().find("html"); var Wrapper = $("#" + element + "_ifr"); $("body", Editor).css('min-height', frameHeight+ "px"); if ($(Editor).prop('scrollHeight') >= settings.minHeight) Wrapper.height($(Editor).prop('scrollHeight')); else Wrapper.height(settings.minHeight); ------- in: (which was removed) function resizeEditor(element){ } (line 25 in code) */ it produces problems with toolbar; second issue with this, is the fact that it does EMPTY SPACE BELOW the textarea, which is required to be removed (as on the picture) 2. When selected: "Insert Link" it doesn't searches, despite that nothing has been changed and search works on the page: http://xernt.com/Whats-the-true-purpose-of-Xernt#1 login: demo@account.com password: demo@account.com Besides, it also make disappear of "Add Answer" button. 3. Toolbar disappears when selected "Edit" (please login on that page & select to EDIT answer). "This is a test answer." * select Edit when onmouseover on it. 17629_.zip Quote Link to comment https://forums.phpfreaks.com/topic/257629-tinymce-issues-3-problems/ Share on other sites More sharing options...
AndyPSV Posted February 23, 2012 Author Share Posted February 23, 2012 code to download: http://xernt.com/_xernt/_xernt.zip (as attachment failed to upload) Quote Link to comment https://forums.phpfreaks.com/topic/257629-tinymce-issues-3-problems/#findComment-1320455 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.