Looking for exhaustive list of commands and a way to set style

Posted by humble_coder on Stack Overflow See other posts from Stack Overflow or by humble_coder
Published on 2010-03-20T03:05:10Z Indexed on 2010/03/20 5:41 UTC
Read the original article Hit count: 349

Filed under:
|
|
|

Hi All,

I'm currently working with CKEditor (http://ckeditor.com/). I'm looking for:

1) an exhaustive list of commands available by default via 'execCommand'.

2) a mechanism by which to set styles (as in the same way the FONT and SIZE combo boxes do it). I saw the function called 'setStyle' in the documentation, however it seems to require an exact element. I can't for the life of me figure out how to do so based on the selection -- there is no way to use ID or CLASS, as the selected portions have none.

I've posted to the forums but they don't seem to be terribly active as far as replies are concerned. Any assistance would be most appreciated.

Best.

© Stack Overflow or respective owner

Related posts about ckeditor

Related posts about JavaScript