Hi, I've read this post:
viewtopic.php?f=6&t=1750&p=4323&hilit=+dialog+placeholder#p4323
very useful, but not working when you select a link, the piece of code is this :
var eSelected = FCK.Selection.MoveToAncestorNode( 'A' ) if ( eSelected ) FCK.Selection.SelectNode( eSelected ) ; alert(eSelected.innerText); // returns "undefined"
Then I looked at the wiki, and I found the topic I was looking for...or not? Don't know cause all the links are broken:
http://wiki.fckeditor.net/Developer%27s ... script_API
Working with the selection in the editor: Use the Selection Object, see https://sourceforge.net/forum/forum.php ... _id=257180 link=dead
There's a usefull documentation online?
The wiki is very basic, and external reference can't be found...
Thanks
[SOLVED]Help on selection, and a little polemic on documenta