자바스크립트/Ext JS
Extjs AutoID
베니94
2011. 8. 13. 00:26
getAutoId: function() {
return ++Ext.AbstractComponent.AUTO_ID;
},