Hi,
I was wondering if there is some way to programmatically close (via JavaScript) a Widget. I've searched within Widgets specs, but apart from the "Exit" function assigned by default to right soft key, I haven't found anything related..
Pit
Printable View
Hi,
I was wondering if there is some way to programmatically close (via JavaScript) a Widget. I've searched within Widgets specs, but apart from the "Exit" function assigned by default to right soft key, I haven't found anything related..
Pit
Does [code]window.close();[/code] work for you?
Great :D thanks!
Pit