> getNodeAttribute is for getting DOM attributes. tagName is not a DOM
> attribute (in this example, "id", "cssStyle", "minValue, "maxValue" 
> are the only attributes), it's an attribute of the DOM node object 
> itself.

Duh! Yeah, you'd think I would have realized that it is not an attribute -
apparently I need a refresher course. :P

> You would be able to use the native
> node.getElementsByTagName("mkw:IntegerTextbox"), but that doesn't 
> really work if you're looking for non-standard tags that you just 
> made up.

That's too bad, making up tags is good clean fun.

> Also, don't use MochiKit.DOM._document, or anything else 
> undocumented. Especially if it begins with an underscore!

Okay, okay. ;)

Thanks!
Jason

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.10/383 - Release Date: 7/7/2006
 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to