summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/JuiControls/Samples/TJuiDraggable/Home.page
blob: 349922cbedb635df9d13911aea2b991821b56b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<com:TContent ID="body">
<h1>TJuiDraggable Samples</h1>

<com:TStyleSheet>
	.ui-draggable {
		width: 100px;
		height:100px;
		background-color: lime;
		border: 1px solid black;
		padding: 1em;
	}
</com:TStyleSheet>
<table class="sampletable">

<tr><td class="samplenote">
Default options with a little css applied:
</td><td class="sampleaction" style="height:600px">
	<com:TJuiDraggable
		OnStart="drag1_start"
		OnStop="drag1_stop"
	>
	Drag me around
	</com:TJuiDraggable>
	<com:TActiveLabel ID="label1" Text="Waiting.." />
</td></tr>

</table>

</com:TContent>