aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar/resize.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/progressbar/resize.html')
-rw-r--r--demos/progressbar/resize.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html
new file mode 100644
index 000000000..c50a75bdf
--- /dev/null
+++ b/demos/progressbar/resize.html
@@ -0,0 +1,45 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <title>jQuery UI Progressbar - Resize Demo</title>
+ <link type="text/css" href="../demos.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+ <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../ui/ui.core.js"></script>
+ <script type="text/javascript" src="../../ui/ui.progressbar.js"></script>
+ <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+
+ <script type="text/javascript">
+ $(function() {
+ $("#progressbar").progressbar({
+ value: 37
+ });
+ });
+ $(function() {
+ $("#progressbarWrapper").resizable({
+ });
+ });
+ </script>
+</head>
+<body>
+
+<div class="demo">
+
+ <div id="progressbarWrapper" style="height:10px; padding:2px;" class="ui-widget-default">
+ <div id="progressbar" style="height:100%;"></div>
+ </div>
+
+</div><!-- End demo -->
+
+
+
+<div class="demo-description">
+
+<p>Since the progress bar is coded in percentages for flexible sizing, it will resize to fit whatever block it's placed inside. Try resizing the height and width of this bar to see how it maintains the correct proportions.</p>
+
+</div><!-- End demo-description -->
+
+
+
+</body>
+</html>
ption> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/encryption/l10n/oc.js
blob: 30cae245932cb85bf0439cf4fe92d7772d5258ab (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