On Thu, 2004-03-25 at 09:58, Burns, John D wrote:
> Does anyone know of a simple visual representation of _javascript_
> objects, properties, methods, etc. in a simple table view?  I was
> thinking it'd be really nice to have a breakdown of all of the objects
> and which properties fell underneath them in a format like below:
>  
> document
> |_form
>     |_ elements
>         |_ name
>         |_value
>         |_length
>  
>
> Anyone know of something like that?

The closest I have seen is this:
http://www.devguru.com/Technologies/ecmascript/quickref/js_objects.html

It's not quite a tree format, but then the tree format would seem to
indicate that element is a subclass of from is a subclass of document
which is not correct (I believe).

Post if you find some thing good

Cheers,
--
Rob <[EMAIL PROTECTED]>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to