You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebug
I need to enter Inspect mode automatically. When a radio button is set
to choose an option for example and the next step is to Inspect the
page. It's good to prevent the user from making other things on the
GUI part and to enforce him to use Inspect mode. It is also kind of
annoying to do unnecessary clicks.
Is it possible ?
Thanks,
Dido
Sebo
unread,
May 16, 2012, 4:08:37 AM5/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fir...@googlegroups.com
If you're using AMD in your extension, you should be able to do this by adding "firebug/html/inspector" to the dependencies and calling Inspector.startInspecting(this.context). If your extension doesn't support AMD, then you can access that function via Firebug.Inspector.startInspecting(this.context).
Sebastian
Deqn Stoqnov
unread,
May 16, 2012, 6:25:08 AM5/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message