aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/icon-trigger.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-07-14 15:30:48 -0400
committerScott González <scott.gonzalez@gmail.com>2014-07-15 08:49:15 -0400
commitbb29287c3c26445eb2808e014cf74f60a11c3aa4 (patch)
treeff58eac7a812e1e6f2a162a3b73915d013b7d0af /demos/datepicker/icon-trigger.html
parent573037423822fa04a1888e3bcc52243b9324c5e2 (diff)
downloadjquery-ui-bb29287c3c26445eb2808e014cf74f60a11c3aa4.tar.gz
jquery-ui-bb29287c3c26445eb2808e014cf74f60a11c3aa4.zip
Datepicker: Set explicit button text in demo
Fixes #9626 Closes gh-1283
Diffstat (limited to 'demos/datepicker/icon-trigger.html')
-rw-r--r--demos/datepicker/icon-trigger.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/datepicker/icon-trigger.html b/demos/datepicker/icon-trigger.html
index 6d0e096a3..8268f947b 100644
--- a/demos/datepicker/icon-trigger.html
+++ b/demos/datepicker/icon-trigger.html
@@ -14,7 +14,8 @@
$( "#datepicker" ).datepicker({
showOn: "button",
buttonImage: "images/calendar.gif",
- buttonImageOnly: true
+ buttonImageOnly: true,
+ buttonText: "Select date"
});
});
</script>
rchiva-base/archiva-proxy-api/pom.xml?h=archiva-2.2.7'>logtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-proxy-api/pom.xml
blob: 7733b5108f81645cc4ff845246e799e389f3589c (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