Home
last modified time | relevance | path

Searched refs:Doc_OnSelectionChange (Results 1 – 4 of 4) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js93 function Doc_OnSelectionChange() function
141 this.EditorDocument.attachEvent("onselectionchange", Doc_OnSelectionChange ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js32 …ditorDocument){FCK.EditorDocument.detachEvent("onselectionchange",Doc_OnSelectionChange);};FCKTemp…
37Doc_OnSelectionChange(){if (!FCK.IsSelectionChangeLocked&&FCK.EditorDocument) FCK.Events.FireEvent… function
H A Dfckeditorcode_gecko.js31 …ditorDocument){FCK.EditorDocument.detachEvent("onselectionchange",Doc_OnSelectionChange);};FCKTemp…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js33Doc_OnSelectionChange(){FCK.Events.FireEvent("OnSelectionChange");};function Doc_OnDrop(){if (FCK.… function