From e34ff88bc077cfc0a4bfec46351811577b8798ad Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Oct 2013 21:17:18 +0200 Subject: [PATCH] Fix: more complete prototype page --- htdocs/public/test/test_arrays.php | 45 ++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/htdocs/public/test/test_arrays.php b/htdocs/public/test/test_arrays.php index 126cd704d24..a3041911b01 100644 --- a/htdocs/public/test/test_arrays.php +++ b/htdocs/public/test/test_arrays.php @@ -4,7 +4,7 @@ define("NOCSRFCHECK",1); // We accept to go on this page from external web site. require '../../main.inc.php'; -if (!empty($conf->global->MAIN_FEATURES_LEVEL)) +if (empty($conf->global->MAIN_FEATURES_LEVEL)) { print "Page available onto dev environment only"; exit; @@ -28,7 +28,7 @@ if (!empty($conf->global->MAIN_FEATURES_LEVEL)) - + @@ -44,38 +44,55 @@ This page is a sample of page using tables. To make test with

+Example 0 : Table with div and table with table containg a select that should be overflowed and truncated
+
+ +
+
+ + +
+ +
+ + +
Example 1 : Table using tags: div.tagtable+form+div or div.tagtable+div.tagtr+div.tagtd
-use_javascript_ajax) && $object->statut == 0) include DOL_DOCUMENT_ROOT.'/core/tpl/ajaxrow.tpl.php'; ?> + + +
-
+ + +
line3
dfsdf
-
-
+
ffdsfsd
+
aaaa
-
+
line4
dfsdf
-
+
bbbb
@@ -215,7 +232,7 @@ $('xxxth').replaceWith(
Example 3 : Standard table
-use_javascript_ajax) && $object->statut == 0) include DOL_DOCUMENT_ROOT.'/core/tpl/ajaxrow.tpl.php';