diff options
author | matak <info@romanmatena.cz> | 2015-06-24 15:31:19 +0200 |
---|---|---|
committer | matak <info@romanmatena.cz> | 2015-06-24 15:31:19 +0200 |
commit | 89c97bba52d864a0f24dd566f31fb04912c3c2d9 (patch) | |
tree | 99ae49248b52e860d66b710266ef2269880b4056 /codebase/Dhtmlx/Connector/Output | |
parent | 80001c59dab981ad4401597e04912e1b2967b239 (diff) | |
download | connector-php-89c97bba52d864a0f24dd566f31fb04912c3c2d9.zip connector-php-89c97bba52d864a0f24dd566f31fb04912c3c2d9.tar.gz connector-php-89c97bba52d864a0f24dd566f31fb04912c3c2d9.tar.bz2 |
added, global user data for grid
http://docs.dhtmlx.com/api__dhtmlxgrid_getuserdata.html
gets user data
mixed getUserData(mixed row_id,mixed name);
Parameters
row_id mixed row id, if empty, user data of the grid (not of a row)
name mixed name of the user data
//get global user data
var userdata = myGrid.getUserData("","someName1");
this commit add possibility to set user data for grid not only for row
Diffstat (limited to 'codebase/Dhtmlx/Connector/Output')
0 files changed, 0 insertions, 0 deletions