Re: Xulrunner app with findbar

2013-10-07 Thread pochapskyy
Понеділок, 8 липня 2013 р. 09:47:27 UTC+3 користувач Tomasz G. написав: > Hello, > > I'm developing application using xulrunner and I need to use find bar (like > the one from Firefox). I found something like this: > > > > XUL: > > http://www.google.com/"; > type="content-primary"/> > > >

Xulrunner app with findbar

2013-07-10 Thread Tomasz G.
Hello, I'm developing application using xulrunner and I need to use find bar (like the one from Firefox). I found something like this: XUL: http://www.google.com/"; type="content-primary"/> JavaScript: var findbar1 = document.getElementById("FindToolbar1"); findbar1.open(0); The findbar show