If you're using 
AMD<http://getfirebug.com/wiki/index.php/Firebug_1.10_Extension_Architecture#AMD_Extensions>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

On Wednesday, May 16, 2012 8:06:37 AM UTC+2, dido wrote:
>
> 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

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

Reply via email to