aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup/alert.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-03 22:53:07 -0700
committerValerio Virgillito2012-05-03 22:53:07 -0700
commit24b483db367291b72170f969de78efcb1a9b95bd (patch)
treea691a7803cefbfa76a6331a50cbeebcd16287d91 /node_modules/montage/ui/popup/alert.reel
parentdc93269cfa7c315d22d85c8217e2412749643f28 (diff)
downloadninja-24b483db367291b72170f969de78efcb1a9b95bd.tar.gz
integrating the latest montage version
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/popup/alert.reel')
-rwxr-xr-xnode_modules/montage/ui/popup/alert.reel/alert.html25
1 files changed, 10 insertions, 15 deletions
diff --git a/node_modules/montage/ui/popup/alert.reel/alert.html b/node_modules/montage/ui/popup/alert.reel/alert.html
index 40b0d2d5..5046d78f 100755
--- a/node_modules/montage/ui/popup/alert.reel/alert.html
+++ b/node_modules/montage/ui/popup/alert.reel/alert.html
@@ -11,8 +11,7 @@
11 <script type="text/montage-serialization">{ 11 <script type="text/montage-serialization">{
12 12
13 "dynamictext1": { 13 "dynamictext1": {
14 "module": "montage/ui/dynamic-text.reel", 14 "prototype": "montage/ui/dynamic-text.reel",
15 "name": "DynamicText",
16 "properties": { 15 "properties": {
17 "element": { 16 "element": {
18 "#": "title" 17 "#": "title"
@@ -23,8 +22,7 @@
23 } 22 }
24 }, 23 },
25 "dynamictext2": { 24 "dynamictext2": {
26 "module": "montage/ui/dynamic-text.reel", 25 "prototype": "montage/ui/dynamic-text.reel",
27 "name": "DynamicText",
28 "properties": { 26 "properties": {
29 "element": { 27 "element": {
30 "#": "msg" 28 "#": "msg"
@@ -35,8 +33,7 @@
35 } 33 }
36 }, 34 },
37 "dynamictext3": { 35 "dynamictext3": {
38 "module": "montage/ui/dynamic-text.reel", 36 "prototype": "montage/ui/dynamic-text.reel",
39 "name": "DynamicText",
40 "properties": { 37 "properties": {
41 "element": { 38 "element": {
42 "#": "msg-detail" 39 "#": "msg-detail"
@@ -47,8 +44,7 @@
47 } 44 }
48 }, 45 },
49 "button1": { 46 "button1": {
50 "module": "montage/ui/bluemoon/button.reel", 47 "prototype": "montage/ui/bluemoon/button.reel",
51 "name": "Button",
52 "properties": { 48 "properties": {
53 "identifier": "Ok", 49 "identifier": "Ok",
54 "element": { 50 "element": {
@@ -65,8 +61,7 @@
65 ] 61 ]
66 }, 62 },
67 "owner": { 63 "owner": {
68 "module": "montage/ui/popup/alert.reel", 64 "prototype": "montage/ui/popup/alert.reel",
69 "name": "Alert",
70 "properties": { 65 "properties": {
71 "element": { 66 "element": {
72 "#": "alert-container" 67 "#": "alert-container"
@@ -79,20 +74,20 @@
79 74
80 </head> 75 </head>
81 <body> 76 <body>
82 <div id="alert-container" class="montage-alert-dialog"> 77 <div data-montage-id="alert-container" class="montage-alert-dialog">
83 78
84 <div class="montage-popup-header"> 79 <div class="montage-popup-header">
85 <h3 id="title" class="title"></h3> 80 <h3 data-montage-id="title" class="title"></h3>
86 </div> 81 </div>
87 82
88 <div class="montage-alert-content"> 83 <div class="montage-alert-content">
89 <div id="msg" class="msg"></div> 84 <div data-montage-id="msg" class="msg"></div>
90 <div id="msg-detail" class="msg-detail"></div> 85 <div data-montage-id="msg-detail" class="msg-detail"></div>
91 </div> 86 </div>
92 87
93 <div class="montage-popup-footer"> 88 <div class="montage-popup-footer">
94 <div class="montage-alert-actions"> 89 <div class="montage-alert-actions">
95 <button class="submit" id="action-ok">OK</button> 90 <button class="submit" data-montage-id="action-ok">OK</button>
96 </div> 91 </div>
97 <div class="clearfix"></div> 92 <div class="clearfix"></div>
98 </div> 93 </div>