Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2005
    Location
    Louny, Czech Republic
    Posts
    51
    Plugin Contributions
    1

    Default HTML entities in TinyMCE

    How disable html entities from TinyMCE editor plugin, please?
    I replaced this code: entity_encoding : 'named' with entity_encoding : 'raw' in two files.
    editors/tinymce/tiny_mce.js
    editors/tinymce/tiny_mce_src.js, but without efect.
    JardaR

  2. #2
    Join Date
    Apr 2005
    Location
    Louny, Czech Republic
    Posts
    51
    Plugin Contributions
    1

    Default Re: HTML entities in TinyMCE

    Result:
    editors/tinymce.php

    this code
    Code:
    		theme : "advanced",
    		width : "100%",
    		height : "460",
    replace with
    Code:
    		theme : "advanced",
    		entity_encoding : "raw",
    		width : "100%",
    		height : "460",
    JardaR

 

 

Similar Threads

  1. v155 v1.5.5a Configuration Edit Update HTML Entities
    By rbarbour in forum Bug Reports
    Replies: 8
    Last Post: 5 Sep 2019, 07:55 PM
  2. v154 HTML Entities
    By lloyd_borrett in forum Bug Reports
    Replies: 6
    Last Post: 18 May 2015, 11:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg