Hi, I just wanted to know if it's normal that the client-side function findItemByAttribute() cant find any items when we use "ID" (Capitalization doesnt matter) as the Attribute name? If it is, any references that documents this?
this works:
var foundItem = menu.findItemByAttribute("MenuID", "1");but not this:
var foundItem = menu.findItemByAttribute("ID", "1");TIA
Martin