def complete(self):

        set_main_frame(self)
        DOM.init()

        for m in pygwt_processMetas():
            minst = module_load(m)
            minst.onModuleLoad()
Ejemplo n.º 2
0
    def init_app(self):
        # TODO: ideally, this should be done by hooking body with an "onLoad".

        main_frame = self._browser.get_main_frame()
        set_main_frame(main_frame)

        gdoc = main_frame.get_gdom_document()

        for m in pygwt_processMetas():
            minst = module_load(m)
            minst.onModuleLoad()