I have FCKeditor attached to the CMS, Category, and Product pages. It works great! I still haven’t figured out how to resize it so you can see more of what you’re editing, but c’est la vie.
Hi,
Could You please tell which files to modify to have cms, product and categories editable with wisywyg? I am trying to search all files for textarea field but I am afraid that Ill mess somethng up. It would be also great if you could post whole file to see how You’ve done it.
Best regards,
Piotr
I have FCKeditor attached to the CMS, Category, and Product pages. It works great! I still haven’t figured out how to resize it so you can see more of what you’re editing, but c’est la vie.
can you specifiy which files you threw this FCK code into? Can’t find athe specific files that draw the textboxes it seems
Thanks! Will pass the info on to my programming buddy and try it out.
Update:
Turned on the wysiwyg in the Main.php file - it works! Tried to re-size the textarea in the CSS file as suggested by the Wiki. For the first line, I tried #page_content .textarea required-entry. No change.
.... var oFCKeditor = new FCKeditor( 'description' ) ; oFCKeditor.BasePath = "http://localhost/magento/js/fckeditor/" ; oFCKeditor.ReplaceTextarea() ;
var oFCKeditor2 = new FCKeditor( 'short_description' ) ; oFCKeditor2.BasePath = "http://localhost/magento/js/fckeditor/" ; oFCKeditor2.ReplaceTextarea() ; ....
By the way, does anyone know how to change the look of textarea in product , category, and CMS all in different ways ???
in the fckconfig , i defined the height to 600. it looks beautiful in CMS. but then, in product, and category it looks.... inappropriate.
It is awfully narrow there and long there.
This way we can do every customization without changing CSS ! Hahaha…
How foolish I am… actually, I got the whole code while implementing the FCK in one of these forum, but I forgot from who…
I’ve added this element as described, but now I get a wierd pop-up error when creating a new product (Add Product page) the message says..
Error: The TEXTAREA with id or name set to “description” was not found.
Then I click OK and it goes to the normal Create Product Settings page. Then upon creating a new product, that new field with the FCKeditor has text in it, however upon trying to save the newly created product, a red message at the bottom of that text field pops up and says: This is a required field. ..and won’t let me save the product. Anybody experiencing this or know why it’s doing this?