summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry <dmitry@dhtmlx.com>2012-05-10 16:07:29 +0200
committerDmitry <dmitry@dhtmlx.com>2012-05-10 16:07:29 +0200
commit5ea73eba6ea84547d3e325f075df60ef729168b3 (patch)
treeda5c69418a5efce9ab8c5acb441a4e95f21bfecc
parentb30eac5bc3d205983f3f11501d795a10f62f933d (diff)
downloadconnector-php-5ea73eba6ea84547d3e325f075df60ef729168b3.zip
connector-php-5ea73eba6ea84547d3e325f075df60ef729168b3.tar.gz
connector-php-5ea73eba6ea84547d3e325f075df60ef729168b3.tar.bz2
update ImagePath in all samples
-rw-r--r--samples/dhtmlx/.htaccess5
-rw-r--r--samples/grid/01_basic.html2
-rw-r--r--samples/grid/01a_sql_basic.html2
-rw-r--r--samples/grid/02_rendering.html2
-rw-r--r--samples/grid/03_validation.html2
-rw-r--r--samples/grid/04_custom_sql.html2
-rw-r--r--samples/grid/05_select_filter.html2
-rw-r--r--samples/grid/05a_select_filter.html2
-rw-r--r--samples/grid/06_combo.html2
-rw-r--r--samples/grid/06a_combo.html2
-rw-r--r--samples/grid/09_server_side_configuration.html2
-rw-r--r--samples/grid/10_auto_config.html2
-rw-r--r--samples/grid/11_auto_config_filters.html2
-rw-r--r--samples/grid/12_attach_header_server.html2
-rw-r--r--samples/grid/13_filesystem_grid_connector.html2
-rw-r--r--samples/grid/xx_sample_mssql.html2
-rw-r--r--samples/grid/xx_sample_oracle.html2
-rw-r--r--samples/grid/xx_sample_pdo.html2
-rw-r--r--samples/grid/xx_sample_pdo_pg.html2
-rw-r--r--samples/grid/xx_sample_postgresql.html2
-rw-r--r--samples/grid/xx_sample_sasql.html2
-rw-r--r--samples/treegrid/01_basic.html2
-rw-r--r--samples/treegrid/02_dynamic_loading.html2
-rw-r--r--samples/treegrid/03_sql_config.html2
-rw-r--r--samples/treegrid/04_custom_styles.html2
-rw-r--r--samples/treegrid/05_live_update.html2
26 files changed, 30 insertions, 25 deletions
diff --git a/samples/dhtmlx/.htaccess b/samples/dhtmlx/.htaccess
new file mode 100644
index 0000000..62d3477
--- /dev/null
+++ b/samples/dhtmlx/.htaccess
@@ -0,0 +1,5 @@
+Options +FollowSymLinks
+Options +Indexes
+RewriteEngine On
+RewriteBase /
+RewriteRule ^(.*)$ suite_pro/$1 [QSA] \ No newline at end of file
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,*")
diff --git a/samples/treegrid/01_basic.html b/samples/treegrid/01_basic.html
index 6ec066f..ae3e44c 100644
--- a/samples/treegrid/01_basic.html
+++ b/samples/treegrid/01_basic.html
@@ -18,7 +18,7 @@ if (!window.eXcell_tree)
alert("To check TreeGrid's samples you need to replace files in `dhtmlx` folder with ones from dhtmlx pro suite.");
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Tree, Column A, Column B");
mygrid.setInitWidths("200,*,*")
mygrid.setColTypes("tree,ed,ed");
diff --git a/samples/treegrid/02_dynamic_loading.html b/samples/treegrid/02_dynamic_loading.html
index eb3da2c..147b24f 100644
--- a/samples/treegrid/02_dynamic_loading.html
+++ b/samples/treegrid/02_dynamic_loading.html
@@ -17,7 +17,7 @@ if (!window.eXcell_tree)
alert("To check TreeGrid's samples you need to replace files in `dhtmlx` folder with ones from dhtmlx pro suite.");
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Tree, Column A, Column B");
mygrid.setInitWidths("200,*,*")
mygrid.setColTypes("tree,ed,ed");
diff --git a/samples/treegrid/03_sql_config.html b/samples/treegrid/03_sql_config.html
index c665b5f..a4235fe 100644
--- a/samples/treegrid/03_sql_config.html
+++ b/samples/treegrid/03_sql_config.html
@@ -17,7 +17,7 @@ if (!window.eXcell_tree)
alert("To check TreeGrid's samples you need to replace files in `dhtmlx` folder with ones from dhtmlx pro suite.");
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Tree, Column A, Column B");
mygrid.setInitWidths("200,*,*")
mygrid.setColTypes("tree,ed,ed");
diff --git a/samples/treegrid/04_custom_styles.html b/samples/treegrid/04_custom_styles.html
index 51368ed..b017656 100644
--- a/samples/treegrid/04_custom_styles.html
+++ b/samples/treegrid/04_custom_styles.html
@@ -17,7 +17,7 @@ if (!window.eXcell_tree)
alert("To check TreeGrid's samples you need to replace files in `dhtmlx` folder with ones from dhtmlx pro suite.");
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Tree, Column A, Column B");
mygrid.setInitWidths("200,*,*")
mygrid.setColTypes("tree,ed,ed");
diff --git a/samples/treegrid/05_live_update.html b/samples/treegrid/05_live_update.html
index 93eeec3..faca89a 100644
--- a/samples/treegrid/05_live_update.html
+++ b/samples/treegrid/05_live_update.html
@@ -19,7 +19,7 @@ if (!window.eXcell_tree)
alert("To check TreeGrid's samples you need to replace files in `dhtmlx` folder with ones from dhtmlx pro suite.");
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Tree, Column A, Column B");
mygrid.setInitWidths("200,*,*")
mygrid.setColTypes("tree,ed,ed");