getCel(id) should also work
This commit is contained in:
parent
f601f0862f
commit
8acccb5cd1
1 changed files with 1 additions and 0 deletions
|
@ -511,6 +511,7 @@ Ox.TextList = function(options, self) {
|
|||
function getCell(id, key) {
|
||||
Ox.print('getCell', id, key)
|
||||
var $item = getItem(id);
|
||||
key = key || '';
|
||||
return $($item.find('.OxCell.OxColumn' + Ox.toTitleCase(key))[0]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue