From e1590c4f45d2d35864380c2058e9051b69f80edf Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Mon, 29 Apr 2013 20:14:43 +0200 Subject: Selectmenu: clean up custom render demo --- demos/selectmenu/custom_render.html | 102 ++++++++++++++++++++++++------------ 1 file changed, 68 insertions(+), 34 deletions(-) (limited to 'demos') diff --git a/demos/selectmenu/custom_render.html b/demos/selectmenu/custom_render.html index c7a08c36b..09e6811f0 100644 --- a/demos/selectmenu/custom_render.html +++ b/demos/selectmenu/custom_render.html @@ -13,12 +13,10 @@ @@ -75,8 +112,8 @@

Selectmenu with framework icons

- - @@ -97,8 +134,8 @@

Selectmenu with custom avatar 16x16 images as CSS background

- - @@ -107,13 +144,10 @@ - - - +

The whole rendering process is extendable to make custom styling as easy as possible.

-
- + -- cgit v1.2.3 06 Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/frameworkwww-data
aboutsummaryrefslogtreecommitdiffstats
blob: 54940799b3774c6d49d3070011e552a47fa71233 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97