summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/TColorPicker/Home.page
blob: a08e2b53ea34811255a392a7c82632bc0df19291 (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
30
31
32
33
34
35
36
37
<com:TContent ID="body">

<h1>TColorPicker Samples</h1>

<table class="sampletable">

<tr>
	<td class="samplenote">Default TColorPicker, Mode="Basic"</td>
	<td class="sampleaction">
		<com:TColorPicker />
	</td>
</tr>

<tr>
	<td class="samplenote">Mode="Simple"<br />pre-selected red color</td>
	<td class="sampleaction">
		<com:TColorPicker Mode="Simple" Text="#FF0000"/>
	</td>
</tr>

<tr>
	<td class="samplenote">Mode="Full"</td>
	<td class="sampleaction">
		<com:TColorPicker Mode="Full"/>
	</td>
</tr>

<tr>
	<td class="samplenote">Disabled color picker panel: ShowColorPicker="false"</td>
	<td class="sampleaction">
		<com:TColorPicker ShowColorPicker="false"/>
	</td>
</tr>

</table>

</com:TContent>