From 52f946848c5e69c30a62be03f3258331f10b311d Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Mon, 15 Jul 2013 12:03:01 +0000 Subject: [PATCH] make input of right-aligned editable cells right-aligned --- source/Ox.UI/js/List/TableList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/List/TableList.js b/source/Ox.UI/js/List/TableList.js index 724cba6e..8460de4a 100644 --- a/source/Ox.UI/js/List/TableList.js +++ b/source/Ox.UI/js/List/TableList.js @@ -1005,6 +1005,7 @@ Ox.TableList = function(options, self) { $input = Ox.Input({ autovalidate: column.input ? column.input.autovalidate : null, style: 'square', + textAlign: column.align || 'left', value: column.unformat ? column.unformat(html) : html, width: width })