admin管理员组文章数量:1391977
I am working in a project based in Sencha 2.3.1 but It´s not working the button with ItemID but it´s correctly working with the ID property.. What is the mistake??
Thanks!!
I am working in a project based in Sencha 2.3.1 but It´s not working the button with ItemID but it´s correctly working with the ID property.. What is the mistake??
Thanks!!
Share Improve this question asked Jul 21, 2014 at 18:25 inaneinane 64810 silver badges28 bronze badges1 Answer
Reset to default 8id : The id of a ponent translates to an html id attribute. As for html, the id must be unique in the document or application.
itemId : The itemId is a reference internal to ExtJs. It doesn't need to be globally unique, but it must be unique among the child ponents from the parent where you want to use the reference. No two sibling ponents can have the same itemId.
本文标签: javascriptWhat180s the difference in between id and itemID in Sencha TouchStack Overflow
版权声明:本文标题:javascript - What´s the difference in between id and itemID in Sencha Touch? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744691753a2620036.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论