-
I want to mention an inconsistency in the documentation.
The docs says that the method set_col_editable accepts
a boolean value for the second parameter.
>From the source code I noticed that this is not valid.
Here is the source:
function _os3g_set_col_editable ( col, edit )
{
var attrs = this.get_col_attrs ( col );
attrs [ "os3_edit" ] = edit;
}
and in the _os3g_get_str the code...
2006-10-13 17:25:40 UTC by nobody
-
fsoft committed patchset 46 of module os3grid to the OS3Grid - DHTML Grid for websites CVS repository, changing 9 files.
2006-04-20 13:26:01 UTC by fsoft
-
fsoft committed patchset 45 of module os3grid to the OS3Grid - DHTML Grid for websites CVS repository, changing 1 files.
2005-12-02 08:56:33 UTC by fsoft
-
fsoft committed patchset 44 of module os3grid to the OS3Grid - DHTML Grid for websites CVS repository, changing 1 files.
2005-11-14 09:11:20 UTC by fsoft
-
fsoft committed patchset 43 of module os3grid to the OS3Grid - DHTML Grid for websites CVS repository, changing 3 files.
2005-11-10 14:22:18 UTC by fsoft
-
fsoft committed patchset 42 of module os3grid to the OS3Grid - DHTML Grid for websites CVS repository, changing 2 files.
2005-11-07 14:32:41 UTC by fsoft
-
fsoft committed patchset 41 of module os3grid to the OS3Grid - DHTML Grid for websites CVS repository, changing 1 files.
2005-11-07 14:03:56 UTC by fsoft
-
fsoft committed patchset 40 of module os3grid to the OS3Grid - DHTML Grid for websites CVS repository, changing 1 files.
2005-11-07 13:47:16 UTC by fsoft
-
fsoft committed patchset 39 of module os3grid to the OS3Grid - DHTML Grid for websites CVS repository, changing 1 files.
2005-10-19 07:36:32 UTC by fsoft
-
fsoft committed patchset 38 of module os3grid to the OS3Grid - DHTML Grid for websites CVS repository, changing 16 files.
2005-10-18 08:43:43 UTC by fsoft