Jaromi / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
GNU General Public License v2.0
0 stars 0 forks source link

textarea of the form does not inherit site CSS #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using jWYSIWYG

What is the expected output? What do you see instead?
expected: editable content should reflect styles of original
see instead: Times (font) (eg: tags set, but no CSS applied)
(note: basic css can be set in the .js file, but enough to replicate site
CSS - and this should not be needed if site CSS can be inherited)

What version of the product are you using? On what operating system?
version: latest (0.4)
server OS: Mac OS X 10.5.6 with latest PHP, MySQL and jQuery

Please provide any additional information below.
This needs to be implemented for true wysiwyg editing...

Original issue reported on code.google.com by stu...@jamaicapress.co.uk on 27 Jan 2009 at 12:02

GoogleCodeExporter commented 8 years ago
Use
 $('#editor').wysiwyg({css: '/css/site-style.css'}) 
option.

Original comment by akzhan.a...@gmail.com on 8 Dec 2009 at 11:12