[DE] Fix list control settings
This commit is contained in:
parent
7016660299
commit
9a1310bee3
|
@ -226,7 +226,7 @@ define([
|
||||||
itemTemplate: _.template([
|
itemTemplate: _.template([
|
||||||
'<div id="<%= id %>" class="list-item" style="width: 100%;display:inline-block;">',
|
'<div id="<%= id %>" class="list-item" style="width: 100%;display:inline-block;">',
|
||||||
// '<div style="width:65px;display: inline-block;vertical-align: middle; overflow: hidden; text-overflow: ellipsis;white-space: pre;margin-right: 5px;"><%= name %></div>',
|
// '<div style="width:65px;display: inline-block;vertical-align: middle; overflow: hidden; text-overflow: ellipsis;white-space: pre;margin-right: 5px;"><%= name %></div>',
|
||||||
'<div style="width:65px;display: inline-block;vertical-align: middle; overflow: hidden; text-overflow: ellipsis;white-space: pre;"><%= value %></div>',
|
'<div style="width:65px;display: inline-block;vertical-align: middle; overflow: hidden; text-overflow: ellipsis;white-space: pre;"><%= name %></div>',
|
||||||
'</div>'
|
'</div>'
|
||||||
].join(''))
|
].join(''))
|
||||||
});
|
});
|
||||||
|
@ -514,6 +514,7 @@ define([
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.list.store.reset(arr);
|
this.list.store.reset(arr);
|
||||||
|
this.txtNewValue.setValue('');
|
||||||
}
|
}
|
||||||
this.disableListButtons();
|
this.disableListButtons();
|
||||||
} else if (type == Asc.c_oAscContentControlSpecificType.CheckBox) {
|
} else if (type == Asc.c_oAscContentControlSpecificType.CheckBox) {
|
||||||
|
|
Loading…
Reference in a new issue