add a init callback for calls after page load, MKWS-255
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 11 Aug 2014 14:48:19 +0000 (14:48 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 11 Aug 2014 14:48:19 +0000 (14:48 +0000)
commit018b9cd172d716f7bfab37280b1f155c71018066
tree138a8c21dd42714ba46666e317ee154452d7ea70
parent825df9c83187554b7d5032c0e70bd4e408cf93c4
add a init callback for calls after page load, MKWS-255

Usually we put all JS files into one page, and after the DOM is
ready we call mkws init() to register other widgets. That doesn't work
if requirejs load the JS files in background, then the page load
event is lost. requirejs can be configured to load the MKWS javascript
files in the right order, but we have to call back mkws that the last
widget is loaded, and we need to init again.
src/mkws-core.js