summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket925.page
diff options
context:
space:
mode:
authortof <>2008-10-16 09:08:42 +0000
committertof <>2008-10-16 09:08:42 +0000
commit53410c113ce3abe579744f991ed410c4b390ce34 (patch)
treed5d9651657b060398f655644088f9b9c6511c362 /tests/FunctionalTests/tickets/protected/pages/Ticket925.page
parent8f5dc4638ef7378db6572aae23b524b8b5a6a1fe (diff)
Add (manual only) test for #925
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket925.page')
-rwxr-xr-xtests/FunctionalTests/tickets/protected/pages/Ticket925.page11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket925.page b/tests/FunctionalTests/tickets/protected/pages/Ticket925.page
new file mode 100755
index 00000000..cdb1e0fe
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket925.page
@@ -0,0 +1,11 @@
+<com:TContent ID="Content">
+ <com:TTimeTriggeredCallback id="timer1" Interval="2" OnCallback="timer1callback"/>
+ <com:TTimeTriggeredCallback id="timer2" Interval="1" OnCallback="timer2callback" StartTimerOnLoad="true"/>
+ Timer 1 : <com:TActiveLabel id="timer1result"/><br/>
+ Timer 2 : <com:TActiveLabel id="timer2result"/><br/>
+ <com:TActiveButton OnClick="startTimer1" Text="Start Timer1"/>
+ <com:TActiveButton OnClick="stopTimer1" Text="Stop Timer1"/>
+ <com:TActiveButton OnClick="startTimer2" Text="Start Timer2"/>
+ <com:TActiveButton OnClick="stopTimer2" Text="Stop Timer2"/>
+ <com:TActiveButton OnClick="changeIntervalTimer1" Text="Change Interval of Timer1 to 1 sec"/>
+</com:TContent> \ No newline at end of file