Re: [xul-interop] Querry element from different window
Status: Beta
Brought to you by:
vamp201
From: Tomas T. <tom...@gm...> - 2011-05-24 23:50:14
|
Wow ... that link is one exhaustive answer! I tried to search for something like that with no result. Thank you! On 25/05/2011, at 06:16, Wellington Carvalho wrote: > Maybe this can help: > https://developer.mozilla.org/en/Working_with_windows_in_chrome_code#Passing_data_between_windows > > > Wellington B. de Carvalho > > > > On Tue, May 24, 2011 at 7:32 AM, Tomas Trescak <tom...@gm...> wrote: > Hello > > I'm a bit desperate to solve, in my opinion a trivial thing. > I have a toolbar and a sidebar. > > I want buttons from the toolbar affecting content of a sidebar. > My problem is that for example document.getElementById('id') does not retreive elements from other XUL files (it is logical). But how can I access such elements? It has to through "window" .. I just don't know how. > > Imagine having following defined in the sidebar: > <command id="cmd_openhelp" oncommand="alert('Help!');"/> > > And I want following button from the toolbar to call it: > <button label="do" oncommand="goDoAction(....... cmd_openhelp)" /> > > Any help is greatly appreciated! > > Thank You and have a greatest day! > > Tomas > ------------------------------------------------------------------------------ > vRanger cuts backup time in half-while increasing security. > With the market-leading solution for virtual backup and recovery, > you get blazing-fast, flexible, and affordable data protection. > Download your free trial now. > http://p.sf.net/sfu/quest-d2dcopy1 > _______________________________________________ > XUL News Wire - http://xulnews.com > XUL Job Postings - http://xuljobs.com > Open XUL Alliance - http://xulalliance.org > _______________________________________________ > xul-talk mailing list > xul...@li... > https://lists.sourceforge.net/lists/listinfo/xul-talk > > ------------------------------------------------------------------------------ > vRanger cuts backup time in half-while increasing security. > With the market-leading solution for virtual backup and recovery, > you get blazing-fast, flexible, and affordable data protection. > Download your free trial now. > http://p.sf.net/sfu/quest-d2dcopy1_______________________________________________ > XUL News Wire - http://xulnews.com > XUL Job Postings - http://xuljobs.com > Open XUL Alliance - http://xulalliance.org > _______________________________________________ > xul-talk mailing list > xul...@li... > https://lists.sourceforge.net/lists/listinfo/xul-talk |