blob: b5a207c042f8087e324ac9899bf7e2f1fa4af659 (
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
|
<com:TContent ID="body">
<h1>TJuiResizable Samples</h1>
<com:TStyleSheet>
.resizable {
width: 150px;
height: 150px;
padding: 0.5em;
background: #fff;
border: 1px solid #000;
}
</com:TStyleSheet>
<table class="sampletable">
<tr><td class="samplenote">
Default options with a little css applied:
</td><td class="sampleaction">
<com:TJuiResizable CssClass="resizable">
Resize me!
</com:TJuiResizable>
</td></tr>
</table>
</com:TContent>
|