alt way for opening SB extension
-
A Former User last edited by
any chance to open side bar extension programmatically with JS?
(not necessarily on button click) -
A Former User last edited by
btw. I think there is an error in documentation:
"opr.sidebarAction.setPanel( object details)
Sets the html document to be opened as a popup ... "
It should be panel, also in object details -
A Former User last edited by
Javascript? You want websites to be able to open and close the sidebar? Sounds like a terrible idea. Extensions perhaps ...
They use the word popup for the content of a panel; don't as me why.in Chrome, I'm able to open apps programmatically (not only on button click from Chrome App Launcher), but just by sending the msg to app (caught by bg script)
if I put popup in object details it throws error. I have to change it to panel, and then works fine
http://prntscr.com/6v4z71 -
shwetankdixit last edited by
They use the word popup for the content of a panel; don't as me why.
This will be fixed soon.