On 6/2/10, Jaime Bueza <[email protected]> wrote: The context of your reply to was lost by top-replying.
> For clarification, if you wanted to add a property to an object, you > can simply do this by using the console instead of exploring through > the DOM view. > > myObject.newProperty = newValue; > The problem with that is it is inconvenient. The DOM tab is there with the element already loaded, whereas the console you'd need to get a handle on that object (such as using document.evaluate or document.querySelectorAll). > Currently, a user is only able to introspect objects and when you > right-click, the only menu item in the Context Menu is "Refresh". I > believe that Garret wanted to see an "Add Property" menu item in this > context menu. > That was one proposal. The other idea is to have a blank property field at the end of the list where you can type a property and value into, a la MSIE developer toolbar. > On Wed, Jun 2, 2010 at 9:25 AM, Garrett Smith <[email protected]> > wrote: >> On 6/2/10, gswkaiser <[email protected]> wrote: >>> >>> >>> On 1 Jun., 09:59, Garrett Smith <[email protected]> wrote: >>>> When inspecting an element, it would be useful to have a feature of >>>> the DOM tab to add a new property. >>>> >>>> The MSIE developer toolbar has such feature and it is useful. >>>> >>>> The feature could be presented in teh context menu and might also be >>>> presented as it is in MSIE developer toolbar, by having a blank field >>>> at the end of the list. >>> >>> You have that capability in the HTML-Tab. >>> >>> >> >> I'm not sure that I do. Can you explain what you mean? >> >> -- >> 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. >> >> > > -- > 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. > > -- 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.
