WIP on displaying images in lists in AndorsTrailEditor.

This commit is contained in:
Oskar Wiksten
2012-07-10 08:40:43 +02:00
parent 5b23b29111
commit 33dbfca39f
5 changed files with 94 additions and 67 deletions

View File

@@ -27,6 +27,7 @@ function DataStore(input) {
this.fieldList = input.fieldList;
this.nameField = input.nameField ? input.nameField : 'name';
this.idField = input.idField ? input.idField : 'id';
this.iconField = input.iconField;
this.items = [];
this.add = function(obj) {