forked from 0x2620/oxjs
TextList -> TableList
This commit is contained in:
parent
7648d2d4ac
commit
bdebb03a45
17 changed files with 101 additions and 104 deletions
|
|
@ -1564,7 +1564,7 @@ Ox.Map = function(options, self) {
|
|||
(id, key, value) -> <o> set id, key to value
|
||||
@*/
|
||||
that.value = function(id, key, value) {
|
||||
// fixme: should be like the corresponding List/TextList/etc value function
|
||||
// fixme: should be like the corresponding List/TableList/etc value function
|
||||
Ox.Log('Map', 'Map.value', id, key, value);
|
||||
getPlaceById(id).options(key, value);
|
||||
if (id == self.options.selected) {
|
||||
|
|
|
|||
|
|
@ -332,7 +332,7 @@ Ox.MapEditor = function(options, self) {
|
|||
.css({float: 'right', margin: '4px'})
|
||||
.appendTo(self.$listToolbar);
|
||||
|
||||
self.$list = Ox.TextList({
|
||||
self.$list = Ox.TableList({
|
||||
columns: self.columns,
|
||||
columnsRemovable: true,
|
||||
columnsVisible: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue