plandem / lwrte

Export from Google Code. Lightweight Rich Text Editor (RTE / WYSIWYG) for jQuery
https://code.google.com/p/lwrte/
0 stars 0 forks source link

<strong> insted of <b> #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi i am just wondering how to get tags like bold, italica and break to be
<strong>, <em>, <br/> insted of <b>, <i> and <br>???

Thank you

Original issue reported on code.google.com by cindr...@gmail.com on 29 Nov 2009 at 10:46

GoogleCodeExporter commented 9 years ago
it depends on browser, because default toolbar use 'editor' mode of browser. 
but you 
can extend 'disable' and use additional processing(replace 'strong' for 'b'), 
for 
example.

Original comment by plandem on 2 Dec 2009 at 4:31

GoogleCodeExporter commented 9 years ago
yes i tought so, i would actually have to write a new plugin for bold wich would
replace the  tags with <strong>. thats a lot of codeing for all of them, if you 
do
make it i will post the code here.

Original comment by cindr...@gmail.com on 2 Dec 2009 at 4:58