diff options
Diffstat (limited to 'samples/grid')
-rw-r--r-- | samples/grid/01_basic.html | 2 | ||||
-rw-r--r-- | samples/grid/01a_sql_basic.html | 2 | ||||
-rw-r--r-- | samples/grid/02_rendering.html | 2 | ||||
-rw-r--r-- | samples/grid/03_validation.html | 2 | ||||
-rw-r--r-- | samples/grid/04_custom_sql.html | 2 | ||||
-rw-r--r-- | samples/grid/05_select_filter.html | 2 | ||||
-rw-r--r-- | samples/grid/05a_select_filter.html | 2 | ||||
-rw-r--r-- | samples/grid/06_combo.html | 2 | ||||
-rw-r--r-- | samples/grid/06a_combo.html | 2 | ||||
-rw-r--r-- | samples/grid/09_server_side_configuration.html | 2 | ||||
-rw-r--r-- | samples/grid/10_auto_config.html | 2 | ||||
-rw-r--r-- | samples/grid/11_auto_config_filters.html | 2 | ||||
-rw-r--r-- | samples/grid/12_attach_header_server.html | 2 | ||||
-rw-r--r-- | samples/grid/13_filesystem_grid_connector.html | 2 | ||||
-rw-r--r-- | samples/grid/xx_sample_mssql.html | 2 | ||||
-rw-r--r-- | samples/grid/xx_sample_oracle.html | 2 | ||||
-rw-r--r-- | samples/grid/xx_sample_pdo.html | 2 | ||||
-rw-r--r-- | samples/grid/xx_sample_pdo_pg.html | 2 | ||||
-rw-r--r-- | samples/grid/xx_sample_postgresql.html | 2 | ||||
-rw-r--r-- | samples/grid/xx_sample_sasql.html | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/samples/grid/01_basic.html b/samples/grid/01_basic.html index 9aa1e5b..65ac772 100644 --- a/samples/grid/01_basic.html +++ b/samples/grid/01_basic.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div> <script> mygrid = new dhtmlXGridObject('gridbox'); - mygrid.setImagePath("../common/imgs/"); + mygrid.setImagePath("../dhtmlx/imgs/"); mygrid.setHeader("Column A, Column B"); mygrid.attachHeader("#connector_text_filter,#connector_text_filter") mygrid.setInitWidths("100,*") diff --git a/samples/grid/01a_sql_basic.html b/samples/grid/01a_sql_basic.html index 1b4187a..601b833 100644 --- a/samples/grid/01a_sql_basic.html +++ b/samples/grid/01a_sql_basic.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div>
<script>
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Column A, Column B");
mygrid.attachHeader("#connector_text_filter,#connector_text_filter")
mygrid.setInitWidths("100,*")
diff --git a/samples/grid/02_rendering.html b/samples/grid/02_rendering.html index f584607..e204922 100644 --- a/samples/grid/02_rendering.html +++ b/samples/grid/02_rendering.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div> <script> mygrid = new dhtmlXGridObject('gridbox'); - mygrid.setImagePath("../common/imgs/"); + mygrid.setImagePath("../dhtmlx/imgs/"); mygrid.setHeader("Column A, Column B"); mygrid.attachHeader("#connector_text_filter,#connector_text_filter") mygrid.setInitWidths("100,*") diff --git a/samples/grid/03_validation.html b/samples/grid/03_validation.html index 67ebd32..b97cd62 100644 --- a/samples/grid/03_validation.html +++ b/samples/grid/03_validation.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div> <script> mygrid = new dhtmlXGridObject('gridbox'); - mygrid.setImagePath("../common/imgs/"); + mygrid.setImagePath("../dhtmlx/imgs/"); mygrid.setHeader("Column A, Column B"); mygrid.attachHeader("#connector_text_filter,#connector_text_filter") mygrid.setInitWidths("100,*") diff --git a/samples/grid/04_custom_sql.html b/samples/grid/04_custom_sql.html index c8d2d05..a1f9bf8 100644 --- a/samples/grid/04_custom_sql.html +++ b/samples/grid/04_custom_sql.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div>
<script>
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Column A, Column B");
mygrid.attachHeader("#connector_text_filter,#connector_text_filter")
mygrid.setInitWidths("100,*")
diff --git a/samples/grid/05_select_filter.html b/samples/grid/05_select_filter.html index 9315f06..0922c3a 100644 --- a/samples/grid/05_select_filter.html +++ b/samples/grid/05_select_filter.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div> <script> mygrid = new dhtmlXGridObject('gridbox'); - mygrid.setImagePath("../common/imgs/"); + mygrid.setImagePath("../dhtmlx/imgs/"); mygrid.setHeader("Column A, Column B"); mygrid.attachHeader("#connector_select_filter,#connector_select_filter") diff --git a/samples/grid/05a_select_filter.html b/samples/grid/05a_select_filter.html index 608cb2c..48fe719 100644 --- a/samples/grid/05a_select_filter.html +++ b/samples/grid/05a_select_filter.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div>
<script>
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Column A, Column B");
mygrid.attachHeader("#connector_select_filter,#connector_select_filter")
mygrid.setInitWidths("100,*")
diff --git a/samples/grid/06_combo.html b/samples/grid/06_combo.html index 6786a16..acabbad 100644 --- a/samples/grid/06_combo.html +++ b/samples/grid/06_combo.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div>
<script>
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Column A, Column B");
mygrid.attachHeader("#connector_text_filter,#connector_text_filter")
mygrid.setInitWidths("100,*")
diff --git a/samples/grid/06a_combo.html b/samples/grid/06a_combo.html index 6c20752..79292f7 100644 --- a/samples/grid/06a_combo.html +++ b/samples/grid/06a_combo.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div> <script> mygrid = new dhtmlXGridObject('gridbox'); - mygrid.setImagePath("../common/imgs/"); + mygrid.setImagePath("../dhtmlx/imgs/"); mygrid.setHeader("Column A, Column B"); mygrid.attachHeader("#connector_text_filter,#connector_text_filter") mygrid.setInitWidths("100,*") diff --git a/samples/grid/09_server_side_configuration.html b/samples/grid/09_server_side_configuration.html index 32f7508..7235c0c 100644 --- a/samples/grid/09_server_side_configuration.html +++ b/samples/grid/09_server_side_configuration.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div> <script> mygrid = new dhtmlXGridObject('gridbox'); - mygrid.setImagePath("../common/imgs/"); + mygrid.setImagePath("../dhtmlx/imgs/"); mygrid.enableSmartRendering(true) mygrid.enableMultiselect(true) mygrid.init(); diff --git a/samples/grid/10_auto_config.html b/samples/grid/10_auto_config.html index ac19f96..d8fd6e0 100644 --- a/samples/grid/10_auto_config.html +++ b/samples/grid/10_auto_config.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div> <script> mygrid = new dhtmlXGridObject('gridbox'); - mygrid.setImagePath("../common/imgs/"); + mygrid.setImagePath("../dhtmlx/imgs/"); mygrid.enableSmartRendering(true) mygrid.enableMultiselect(true) mygrid.init(); diff --git a/samples/grid/11_auto_config_filters.html b/samples/grid/11_auto_config_filters.html index 5965fba..60d146f 100644 --- a/samples/grid/11_auto_config_filters.html +++ b/samples/grid/11_auto_config_filters.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div> <script> mygrid = new dhtmlXGridObject('gridbox'); - mygrid.setImagePath("../common/imgs/"); + mygrid.setImagePath("../dhtmlx/imgs/"); mygrid.enableSmartRendering(true) mygrid.enableMultiselect(true) mygrid.init(); diff --git a/samples/grid/12_attach_header_server.html b/samples/grid/12_attach_header_server.html index 305ede0..92af05e 100644 --- a/samples/grid/12_attach_header_server.html +++ b/samples/grid/12_attach_header_server.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div> <script> mygrid = new dhtmlXGridObject('gridbox'); - mygrid.setImagePath("../common/imgs/"); + mygrid.setImagePath("../dhtmlx/imgs/"); mygrid.enableSmartRendering(true) mygrid.enableMultiselect(true) mygrid.init(); diff --git a/samples/grid/13_filesystem_grid_connector.html b/samples/grid/13_filesystem_grid_connector.html index 41540cd..37d2bbc 100644 --- a/samples/grid/13_filesystem_grid_connector.html +++ b/samples/grid/13_filesystem_grid_connector.html @@ -19,7 +19,7 @@ <script> mygrid = new dhtmlXGridObject('gridbox'); - mygrid.setImagePath("../common/imgs/"); + mygrid.setImagePath("../dhtmlx/imgs/"); mygrid.setHeader("File name,Full file name,Size,Name,Extention,Date,Is folder"); mygrid.setInitWidths("100,250,100,100,100,100,*"); mygrid.init(); diff --git a/samples/grid/xx_sample_mssql.html b/samples/grid/xx_sample_mssql.html index 8889d3f..e3130a9 100644 --- a/samples/grid/xx_sample_mssql.html +++ b/samples/grid/xx_sample_mssql.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div>
<script>
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Column A, Column B");
mygrid.attachHeader("#connector_text_filter,#connector_text_filter")
mygrid.setInitWidths("100,*")
diff --git a/samples/grid/xx_sample_oracle.html b/samples/grid/xx_sample_oracle.html index b2fa4b9..bb91ec7 100644 --- a/samples/grid/xx_sample_oracle.html +++ b/samples/grid/xx_sample_oracle.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div>
<script>
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Column A, Column B");
mygrid.attachHeader("#connector_text_filter,#connector_text_filter")
mygrid.setInitWidths("100,*")
diff --git a/samples/grid/xx_sample_pdo.html b/samples/grid/xx_sample_pdo.html index 712100e..2f4e12c 100644 --- a/samples/grid/xx_sample_pdo.html +++ b/samples/grid/xx_sample_pdo.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div>
<script>
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Column A, Column B");
mygrid.attachHeader("#connector_text_filter,#connector_text_filter")
mygrid.setInitWidths("100,*")
diff --git a/samples/grid/xx_sample_pdo_pg.html b/samples/grid/xx_sample_pdo_pg.html index ca2be1b..30b80ee 100644 --- a/samples/grid/xx_sample_pdo_pg.html +++ b/samples/grid/xx_sample_pdo_pg.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div>
<script>
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Column A, Column B");
mygrid.attachHeader("#connector_text_filter,#connector_text_filter")
mygrid.setInitWidths("100,*")
diff --git a/samples/grid/xx_sample_postgresql.html b/samples/grid/xx_sample_postgresql.html index 737849f..fe09980 100644 --- a/samples/grid/xx_sample_postgresql.html +++ b/samples/grid/xx_sample_postgresql.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div>
<script>
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Column A, Column B");
mygrid.attachHeader("#connector_text_filter,#connector_text_filter")
mygrid.setInitWidths("100,*")
diff --git a/samples/grid/xx_sample_sasql.html b/samples/grid/xx_sample_sasql.html index 4d8b958..6dc0d75 100644 --- a/samples/grid/xx_sample_sasql.html +++ b/samples/grid/xx_sample_sasql.html @@ -15,7 +15,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div>
<script>
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Column A, Column B");
mygrid.attachHeader("#connector_text_filter,#connector_text_filter")
mygrid.setInitWidths("100,*")
|