summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket598.page
blob: 7d618ff12fdd9f57b554103a9c7c72c3c0ec4916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<com:TContent ID="Content">

Time : <com:TActiveLabel id="Lbl"/><br/>

<com:TActiveButton OnCallback="startBigTask" Text="Start Big Task" ClientSide.HasPriority="false">
	<prop:ClientSide.OnLoading>
		Prado.WebUI.TTimeTriggeredCallback.start('<%= $this->Timer->ClientID %>')
	</prop:ClientSide.OnLoading>
	<prop:ClientSide.OnComplete>
		Prado.WebUI.TTimeTriggeredCallback.stop('<%= $this->Timer->ClientID %>')
	</prop:ClientSide.OnComplete>
</com:TActiveButton>
	
<com:TTimeTriggeredCallback Id="Timer" Interval="0.5" OnCallback="updateLbl" StartTimerOnLoad="false"/>


</com:TContent>