summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page
diff options
context:
space:
mode:
authorwei <>2006-09-23 01:08:19 +0000
committerwei <>2006-09-23 01:08:19 +0000
commit9af56fd93ed071d86f14296cec618073f6c0941a (patch)
tree439b2ba2a89b79bbbd0ce95ad904bd5335c7a700 /tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page
parent0ccf3763474a18b72b6a166399fc1cf569b867f8 (diff)
Fixed #383
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page')
-rw-r--r--tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page42
1 files changed, 42 insertions, 0 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page
new file mode 100644
index 00000000..7cb8c6b3
--- /dev/null
+++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page
@@ -0,0 +1,42 @@
+<com:TForm>
+ <h3 class="ContentAlternating">Some AJAX Tests</h3>
+ <com:TPanel CssClass="Content">
+
+ <!-- <com:TTextBox
+ Id="SelectedBrick"
+ Text="LContentBrick" />-->
+
+ <com:TDropDownList Id="MySize">
+ <com:TListItem
+ Text="Large"
+ Value="Large" />
+
+ <com:TListItem
+ Text="Small"
+ Value="Small" />
+
+ </com:TDropDownList>
+
+ <com:TActiveButton
+ ID="insertBrick"
+ Text="Insert Brick"
+ OnCallback="insertBrick" />
+ </com:TPanel>
+
+
+ cell:
+ <com:TActivePanel
+ ID="placeholder"
+ Style="display: auto; border: 1px solid red">
+ in
+ </com:TActivePanel>
+
+ <com:TActivePanel
+ ID="AjaxInsertPoint"
+ Style="visibility: auto; border: 1px solid blue">
+ AIP
+ </com:TActivePanel>
+
+ <com:TJavascriptLogger />
+
+</com:TForm> \ No newline at end of file