updating listmap
This commit is contained in:
parent
6312380ba0
commit
d9db7f1888
1 changed files with 2 additions and 0 deletions
|
@ -354,6 +354,7 @@ Ox.ListMap = function(options, self) {
|
|||
})
|
||||
.appendTo(self.$placeTitle);
|
||||
|
||||
// fixme: form should have a change event
|
||||
self.$placeFormItems = Ox.merge([
|
||||
Ox.Input({
|
||||
id: 'name',
|
||||
|
@ -656,6 +657,7 @@ Ox.ListMap = function(options, self) {
|
|||
Ox.forEach(values, function(value, key) {
|
||||
if (key != 'id') {
|
||||
self.$list.value(values.id, key, value);
|
||||
self.$map.value(values.id, key, value);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue