Thanks so much for answering about this, definitely helps.

About the statusSeparator, I've only seen this in the HTML panel. When/
How would this ever be used for a custom panel?

About editable, are you referring to the Edit button on the HTML/CSS
panel? Or when you click on a node or css prop that it allows you to
edit there? I looked in the HTML.js and notice you have to explicitly
call Firebug.Editor.startEditing to invoke the editor. Since you have
to explicitly call this, why have an 'editable' prop if it's not done
automatically?

- gabriel

On Jun 30, 10:35 am, John J Barton <[email protected]>
wrote:
> editable: if the true, then clicking on contents in the panel will
> invoke the inline editor, eg the CSS Style panel or HTML panel.
> breakable: the panel supports break-on-next (the pause button
> functionality)
> order: relative position of the panel as a side panel, this is how
> Style appears on left in HTML main panel
> statusSeparator: the character used to separate items on the panel
> status (aka breadcrumbs) in the tool bar, eg ">"  in the DOM panel
> enableA11y: true if the panel wants to participate in A11y
> accessibility support.
> deriveA11yFrom: Name of the panel that uses the same a11y logic.
>
> I added these comments to firebug.js
>
> jjb
>
> On Jun 30, 6:39 am, gmariani <[email protected]> wrote:
>
>
>
> > I have noticed this property in the ActivablePanel and was wondering
> > what this is for?
> > Heck while we're on this topic, what are the rest of these props for:
>
> > breakable, order, statusSeparator, enableA11y, deriveA11yFrom
>
> > Thanks!
>
> > - gabriel

-- 
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 
http://groups.google.com/group/firebug?hl=en.

Reply via email to