Unplanned
Last Updated: 10 May 2021 13:17 by ADMIN
Ian
Created on: 10 May 2021 13:16
Category: RichTextEditor
Type: Feature Request
3
RichTextEditor: Provide support for HTML global Style
Provide support for applying global HTML Style. For example:
<head>
  <style>
    p{
       color:red;
     }
   </style>
</head>
Currently, you can apply style directly to the HTML element: 
<p  style="color: red;">This is a paragraph</p>
0 comments