Changes between Initial Version and Version 2 of Ticket #9163


Ignore:
Timestamp:
Jul 23, 2012, 11:11:02 AM (12 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9163 – Description

    initial v2  
    11I am trying to attach the change , focus and blur events to my CKEditor instances that are dynamically generated.Find below the code. Its working fine for Ie9 and other browsers but not getting the instances in IE8 and below IE versions. Here is the code.
     2{{{
    23<script type="text/javascript">
    34        if (window.addEventListener) {
     
    1112        }
    1213    </script>
    13 
     14}}}
    1415and the function is :
     16{{{
    1517function onpageload(e) {
    1618    var dirtyField = document.getElementById("dirtyfield");
     
    2527    }
    2628}   
    27 
     29}}}
    2830
    2931Unable to get the instances in IE8 so the code in not able to loop and   attach the events with the instances.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy