Update of /var/cvs/contributions/didactor2/src/core/templates/content/js
In directory james.mmbase.org:/tmp/cvs-serv3653

Modified Files:
        open.jsp 
Log Message:
support for custom event 'didactorContentLoaded'


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/templates/content/js


Index: open.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/core/templates/content/js/open.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- open.jsp    22 Aug 2008 13:32:13 -0000      1.10
+++ open.jsp    17 Oct 2008 14:19:29 -0000      1.11
@@ -178,6 +178,7 @@
                            alert(ex);
                        }
                        usedFrames[href] = array;
+                        $(document).trigger("didactorContentLoaded",  { 
loaded: contentEl });
                    }
                }
            });
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to