2015-11-17 10:34:33 +00:00
|
|
|
|
2018-08-24 13:20:18 +00:00
|
|
|
Hedera.Items = new Class({
|
|
|
|
Extends: Hedera.Form,
|
|
|
|
|
|
|
|
activate: function() {
|
2022-05-28 01:18:06 +00:00
|
|
|
this.$.items.setInfo('i', 'item', 'vn', ['id']);
|
2018-08-24 13:20:18 +00:00
|
|
|
}
|
2015-11-17 10:34:33 +00:00
|
|
|
});
|