Hi all,
I migrate my application from FCKeditor to CKEditor. Writing plugins is more easier than in old version, CKE is top. I need my source open in a dialogbox, but that's not the problem. I open a dialog and load source with editor.getData() to a textarea.
The problem is setting textarea to height 100% has no effect. But I can see there is a tablecell with resized width and height where the smallest size is minWidth and minHeight of my dialog. How can I set this resized height value to my textarea?
Thanx
I migrate my application from FCKeditor to CKEditor. Writing plugins is more easier than in old version, CKE is top. I need my source open in a dialogbox, but that's not the problem. I open a dialog and load source with editor.getData() to a textarea.
The problem is setting textarea to height 100% has no effect. But I can see there is a tablecell with resized width and height where the smallest size is minWidth and minHeight of my dialog. How can I set this resized height value to my textarea?
Thanx
Re: dialog textarea height 100%
Where mysourcearea is set as html element.