Yes i found a solution some time ago.
In project that connects VWG with FCKeditor you have to rename xslt file to FCKeditor.ie.xslt, create another xslt file, named FCKeditor.moz.xslt. In this newly created file you have to change IFRAME to OBJECT and attribute src= on data=.That will do the trick.
But the biggest problem in fckeditor is updateing in ff. When you Update control in VWG, value is not updateing. It updates only at first time. Strange is that after messing in fck js sources, i found that fck itself updates hidden field with correct value, but after control update, vwg gets old value from the same hidden field. |
|