summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/protected/pages/UI
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/protected/pages/UI')
-rw-r--r--tests/FunctionalTests/protected/pages/UI/ColorPicker.page40
-rw-r--r--tests/FunctionalTests/protected/pages/UI/DatePicker.page59
-rw-r--r--tests/FunctionalTests/protected/pages/UI/RatingList.page41
-rw-r--r--tests/FunctionalTests/protected/pages/UI/testHtmlArea.page10
4 files changed, 0 insertions, 150 deletions
diff --git a/tests/FunctionalTests/protected/pages/UI/ColorPicker.page b/tests/FunctionalTests/protected/pages/UI/ColorPicker.page
deleted file mode 100644
index 3d8c46db..00000000
--- a/tests/FunctionalTests/protected/pages/UI/ColorPicker.page
+++ /dev/null
@@ -1,40 +0,0 @@
-<com:TContent ID="Content">
-
-<com:TColorPicker Text="#FFCC00" /><br />
-
-
-<p>asda<br /></p>
-<p>asda<br /></p>
-<p>asda<br /></p>
-
-<p>asda<br /></p>
-<p>asda<br /></p>
-
-<com:TColorPicker Mode="Simple" /><br />
-
-
-<p>asda<br /></p>
-<p>asda<br /></p>
-<p>asda<br /></p>
-
-<com:TColorPicker ShowColorPicker="false" /><br />
-
-<p>asda<br /></p>
-
-<com:TColorPicker Mode="Full" /><br />
-
-<p>asda<br /></p>
-<p>asda<br /></p>
-
-<p>asda<br /></p>
-<p>asda<br /></p>
-<p>asda<br /></p>
-<p>asda<br /></p>
-<p>asda<br /></p>
-<p>asda<br /></p>
-<p>asda<br /></p>
-<p>asda<br /></p>
-<p>asda<br /></p>
-
-
-</com:TContent> \ No newline at end of file
diff --git a/tests/FunctionalTests/protected/pages/UI/DatePicker.page b/tests/FunctionalTests/protected/pages/UI/DatePicker.page
deleted file mode 100644
index 4347f748..00000000
--- a/tests/FunctionalTests/protected/pages/UI/DatePicker.page
+++ /dev/null
@@ -1,59 +0,0 @@
-<com:TContent ID="Content">
-
-<h1>TDatePicker Samples</h1>
-
-<table class="sampletable">
-
-<tr>
- <td class="samplenote">Default TDatePicker</td>
- <td class="sampleaction">
- <com:TDatePicker />
- </td>
-</tr>
-
-<tr>
- <td class="samplenote">Button Mode</td>
- <td class="sampleaction">
- <com:TDatePicker Mode="Button" />
- </td>
-</tr>
-
-<tr>
- <td class="samplenote">InputMode="DropDownList", custom DateFormat</td>
- <td class="sampleaction">
- <com:TDatePicker DateFormat="yyyy/MMMM" InputMode="DropDownList"/>
- </td>
-</tr>
-
-<tr>
- <td class="samplenote">InputMode="DropDownList", custom DateFormat, Culture</td>
- <td class="sampleaction">
- <com:TDatePicker DateFormat="MM/yyyy" Culture="fr" InputMode="DropDownList"/>
- </td>
-</tr>
-
-
-<tr>
- <td class="samplenote">Custom DateFormat, culture, ImageButton mode</td>
- <td class="sampleaction">
- <com:TDatePicker Mode="ImageButton" Culture="zh_CN" DateFormat="日期:yyyy年M月d日"/>
- </td>
-</tr>
-
-<tr>
- <td class="samplenote">Custom DateFormat, DropDownList, pre-selected date set in as Text</td>
- <td class="sampleaction">
- <com:TDatePicker DateFormat="yyyy/MMMM/dd" Text="2005/05/15" InputMode="DropDownList"/>
- </td>
-</tr>
-
-<tr>
- <td class="samplenote">DropDownList, pre-selected date as integer</td>
- <td class="sampleaction">
- <com:TDatePicker InputMode="DropDownList" Date=<%= @strtotime("-1 month") %>/>
- </td>
-</tr>
-
-</table>
-
-</com:TContent> \ No newline at end of file
diff --git a/tests/FunctionalTests/protected/pages/UI/RatingList.page b/tests/FunctionalTests/protected/pages/UI/RatingList.page
deleted file mode 100644
index 909180c7..00000000
--- a/tests/FunctionalTests/protected/pages/UI/RatingList.page
+++ /dev/null
@@ -1,41 +0,0 @@
-<com:TContent ID="Content">
-<h1>TRatingList Examples</h1>
-
-<h2>Default TRatingList</h2>
- <com:TRatingList RepeatDirection="Vertical" Style="caption-side: right;">
- <com:TListItem Text="Fair" />
- <com:TListItem Text="Average" />
- <com:TListItem Text="Good" />
- <com:TListItem Text="Execellent" />
- </com:TRatingList>
-
-<h2>TRatingList </h2>
- <com:TRatingList SelectedIndex="2">
- <com:TListItem Text="Poor" />
- <com:TListItem Text="Fair" />
- <com:TListItem Text="Average" />
- <com:TListItem Text="Good" />
- <com:TListItem Text="Execellent" />
- <com:TListItem Text="Super" />
- </com:TRatingList>
-
-<h2>TRatingList </h2>
- <com:TRatingList RatingStyle="blocks" SelectedValue="Good">
- <com:TListItem Text="Poor" />
- <com:TListItem Text="Fair" />
- <com:TListItem Text="Average" />
- <com:TListItem Text="Good" />
- <com:TListItem Text="Execellent" />
- <com:TListItem Text="Super" />
- </com:TRatingList>
-
-<h2>TRatingList </h2>
- <com:TRatingList ID="Rating1" AllowInput="false" Caption="Rating:" Rating="4.6">
- <com:TListItem Text="Poor" />
- <com:TListItem Text="Fair" />
- <com:TListItem Text="Average" />
- <com:TListItem Text="Good" />
- <com:TListItem Text="Execellent" />
- <com:TListItem Text="Super" />
- </com:TRatingList>
-</com:TContent> \ No newline at end of file
diff --git a/tests/FunctionalTests/protected/pages/UI/testHtmlArea.page b/tests/FunctionalTests/protected/pages/UI/testHtmlArea.page
deleted file mode 100644
index 5e9665dd..00000000
--- a/tests/FunctionalTests/protected/pages/UI/testHtmlArea.page
+++ /dev/null
@@ -1,10 +0,0 @@
-<%@ Application.Globalization.Charset="GB2312" %>
-<com:TContent ID="Content">
-
- <com:THtmlArea>
- <prop:Options>
- plugins : "contextmenu,paste",
- language: "zh_CN"
- </prop:Options>
- </com:THtmlArea>
-</com:TContent> \ No newline at end of file