Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20993, comment 5


Ignore:
Timestamp:
06/18/2012 08:24:36 PM (12 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20993, comment 5

    initial v1  
    33The problem is with filtering the content between TinyMCE, the current textarea content and the new tab (assuming the new tab will use the same textarea).
    44
    5 On the other hand there's a function in TinyMCE to display the underlying html code in a (large) popup. That gives access the the "full" html code without messing with the JS autop and filtering. It's very easy to enable, a plugin would only need to add 'code' to the buttons. Was even thinking to add that by default to the second toolbar row in TinyMCE.
     5On the other hand there's a function in TinyMCE to display the underlying html code in a (large) popup. That gives access to the "full" html code without messing with the JS autop and filtering. It's very easy to enable, a plugin would only need to add 'code' to the buttons. Was even thinking to add that by default to the second toolbar row in TinyMCE.