I have been pulling my hair out. Having tried FCKEditor first then found out later it retired moved to CKEditor.
I am simply trying to integrate CKEditor with AIR.
A. Need someone to point me in the right direction to do the following;
1. Change Stylesheet at runtime (Dynamically)
2. Insert text at position
3. Basically access the editor's API from Actionscript. If my AIR component's name is ckEditor1, then I can see in Flash Builder debug mode that the instance created under that is ckEditor1.editorInstance.ckEditorInstance. The bad news is that it is PRIVATE. I can't access it though I can see there are methods and properties on it (insertText, toolbox ..etc). Why is that private?!
B. Are there any events other than Event.Change ?
C.Is the above possible? Is there any real documentation for Adobe AIR Integration or can someone point me out in the correct direction?
I am simply trying to integrate CKEditor with AIR.
A. Need someone to point me in the right direction to do the following;
1. Change Stylesheet at runtime (Dynamically)
2. Insert text at position
3. Basically access the editor's API from Actionscript. If my AIR component's name is ckEditor1, then I can see in Flash Builder debug mode that the instance created under that is ckEditor1.editorInstance.ckEditorInstance. The bad news is that it is PRIVATE. I can't access it though I can see there are methods and properties on it (insertText, toolbox ..etc). Why is that private?!
B. Are there any events other than Event.Change ?
C.Is the above possible? Is there any real documentation for Adobe AIR Integration or can someone point me out in the correct direction?