[Tizen] Add codes for Dali Windows Backend
[platform/core/uifw/dali-demo.git] / resources / scripts / popup.json
index 70a2eef..9111394 100644 (file)
@@ -5,98 +5,98 @@
   "stage": [
     {
       "type": "ConfirmationPopup",
-      "name": "confirmation-popup",
-      "parent-origin": [0.5, 0.55, 0.5],
-      "anchor-point": "CENTER",
-      "width-resize-policy": "SIZE_RELATIVE_TO_PARENT",
-      "height-resize-policy": "USE_NATURAL_SIZE",
-      "size-mode-factor": [0.65, 1.0, 1.0],
-      "tail-visibility": false,
-      "tail-position": [0, 0, 0],
-      "display-change-animation-duration": 1.0,
-      "contextual-mode": "NON_CONTEXTUAL",
-      "animation-mode": "ZOOM",
-      "control-ok": "control-ok",
-      "control-cancel": "control-cancel",
-      "connect-signal-ok-selected": "clicked",
-      "connect-signal-cancel-selected": "clicked",
+      "name": "confirmationPopup",
+      "parentOrigin": [0.5, 0.55, 0.5],
+      "anchorPoint": "CENTER",
+      "widthResizePolicy": "SIZE_RELATIVE_TO_PARENT",
+      "heightResizePolicy": "USE_NATURAL_SIZE",
+      "sizeModeFactor": [0.65, 1.0, 1.0],
+      "tailVisibility": false,
+      "tailPosition": [0, 0, 0],
+      "displayChangeAnimationDuration": 1.0,
+      "contextualMode": "NON_CONTEXTUAL",
+      "animationMode": "ZOOM",
+      "controlOk": "controlOk",
+      "controlCancel": "controlCancel",
+      "connectSignalOkSelected": "clicked",
+      "connectSignalCancelSelected": "clicked",
       "title": {
         "type": "TextLabel",
         "text": "Title text",
-        "text-color": [1, 1, 1, 1]
+        "textColor": [1, 1, 1, 1]
       },
       "content": {
         "type": "TextLabel",
         "text": "Content text",
         "padding": [20, 20, 20, 0],
-        "text-color": [1, 1, 1, 1]
+        "textColor": [1, 1, 1, 1]
       },
       "footer": {
         "type": "Control",
         "size": [0, 80, 0],
-        "width-resize-policy": "FILL_TO_PARENT",
-        "height-resize-policy": "FIXED",
-        "parent-origin": "CENTER",
-        "anchor-point": "CENTER",
+        "widthResizePolicy": "FILL_TO_PARENT",
+        "heightResizePolicy": "FIXED",
+        "parentOrigin": "CENTER",
+        "anchorPoint": "CENTER",
         "actors": [
           {
             "type": "PushButton",
-            "name": "control-ok",
-            "parent-origin": "CENTER_LEFT",
-            "anchor-point": "CENTER_LEFT",
+            "name": "controlOk",
+            "parentOrigin": "CENTER_LEFT",
+            "anchorPoint": "CENTER_LEFT",
             "position": [20, 0, 0],
-            "label-text": "OK"
+            "labelText": "OK"
           },
           {
             "type": "PushButton",
-            "name": "control-cancel",
-            "parent-origin": "CENTER_RIGHT",
-            "anchor-point": "CENTER_RIGHT",
+            "name": "controlCancel",
+            "parentOrigin": "CENTER_RIGHT",
+            "anchorPoint": "CENTER_RIGHT",
             "position": [-20, 0, 0],
-            "label-text": "Cancel"
+            "labelText": "Cancel"
           }
         ]
       },
       "signals": [
         {
-          "name": "control-signal-ok",
+          "name": "controlSignalOk",
           "action": "set",
-          "actor": "selection-label",
+          "actor": "selectionLabel",
           "property": "text",
           "value": "User pressed: OK Button"
         },
         {
-          "name": "control-signal-ok",
+          "name": "controlSignalOk",
           "action": "set",
-          "actor": "confirmation-popup",
-          "property": "display-state",
+          "actor": "confirmationPopup",
+          "property": "displayState",
           "value": "HIDDEN"
         },
         {
-          "name": "control-signal-cancel",
+          "name": "controlSignalCancel",
           "action": "set",
-          "actor": "selection-label",
+          "actor": "selectionLabel",
           "property": "text",
           "value": "User pressed: Cancel Button"
         },
         {
-          "name": "control-signal-cancel",
+          "name": "controlSignalCancel",
           "action": "set",
-          "actor": "confirmation-popup",
-          "property": "display-state",
+          "actor": "confirmationPopup",
+          "property": "displayState",
           "value": "HIDDEN"
         },
         {
-          "name": "touched-outside",
+          "name": "touchedOutside",
           "action": "set",
-          "actor": "confirmation-popup",
-          "property": "display-state",
+          "actor": "confirmationPopup",
+          "property": "displayState",
           "value": "HIDDEN"
         },
         {
-          "name": "touched-outside",
+          "name": "touchedOutside",
           "action": "set",
-          "actor": "selection-label",
+          "actor": "selectionLabel",
           "property": "text",
           "value": "No button pressed, backing touched"
         }
     },
     {
       "type": "ConfirmationPopup",
-      "name": "custom-animation-popup",
-      "parent-origin": [0.5, 0.55, 0.5],
-      "anchor-point": "CENTER",
-      "width-resize-policy": "SIZE_RELATIVE_TO_PARENT",
-      "height-resize-policy": "USE_NATURAL_SIZE",
-      "size-mode-factor": [0.65, 1.0, 1.0],
-      "tail-visible": false,
-      "tail-position": [0, 0, 0],
-      "display-change-animation-duration": 1.0,
-      "contextual-mode": "NON_CONTEXTUAL",
-      "control-ok": "control-ok",
-      "control-cancel": "control-cancel",
-      "connect-signal-ok-selected": "clicked",
-      "connect-signal-cancel-selected": "clicked",
-      "animation-mode": "CUSTOM",
-      "entry-animation": {
-        "actor": "custom-animation-popup",
+      "name": "customAnimationPopup",
+      "parentOrigin": [0.5, 0.55, 0.5],
+      "anchorPoint": "CENTER",
+      "widthResizePolicy": "SIZE_RELATIVE_TO_PARENT",
+      "heightResizePolicy": "USE_NATURAL_SIZE",
+      "sizeModeFactor": [0.65, 1.0, 1.0],
+      "tailVisible": false,
+      "tailPosition": [0, 0, 0],
+      "displayChangeAnimationDuration": 1.0,
+      "contextualMode": "NON_CONTEXTUAL",
+      "controlOk": "controlOk",
+      "controlCancel": "controlCancel",
+      "connectSignalOkSelected": "clicked",
+      "connectSignalCancelSelected": "clicked",
+      "animationMode": "CUSTOM",
+      "entryAnimation": {
+        "actor": "customAnimationPopup",
         "property": "position",
         "value": [
           0,
           0,
           0
         ],
-        "alpha-function": "EASE_OUT",
-        "time-period": {
+        "alphaFunction": "EASE_OUT",
+        "timePeriod": {
           "delay": 0.0,
           "duration": 1.0
         }
       },
-      "exit-animation": {
-        "actor": "custom-animation-popup",
+      "exitAnimation": {
+        "actor": "customAnimationPopup",
         "property": "position",
         "value": [
           -450,
           -225,
           0
         ],
-        "alpha-function": "EASE_IN",
-        "time-period": {
+        "alphaFunction": "EASE_IN",
+        "timePeriod": {
           "delay": 0.0,
           "duration": 1.0
         }
       "title": {
         "type": "TextLabel",
         "text": "Title text",
-        "text-color": [1, 1, 1, 1]
+        "textColor": [1, 1, 1, 1]
       },
       "content": {
         "type": "TextLabel",
         "text": "Content text",
         "padding": [20, 20, 20, 0],
-        "text-color": [1, 1, 1, 1]
+        "textColor": [1, 1, 1, 1]
       },
       "footer": {
         "type": "Control",
         "size": [0, 80, 0],
-        "width-resize-policy": "FILL_TO_PARENT",
-        "height-resize-policy": "FIXED",
-        "parent-origin": "CENTER",
-        "anchor-point": "CENTER",
+        "widthResizePolicy": "FILL_TO_PARENT",
+        "heightResizePolicy": "FIXED",
+        "parentOrigin": "CENTER",
+        "anchorPoint": "CENTER",
         "actors": [
           {
             "type": "PushButton",
-            "name": "control-ok",
-            "parent-origin": "CENTER_LEFT",
-            "anchor-point": "CENTER_LEFT",
+            "name": "controlOk",
+            "parentOrigin": "CENTER_LEFT",
+            "anchorPoint": "CENTER_LEFT",
             "position": [20, 0, 0],
-            "label-text": "OK"
+            "labelText": "OK"
           },
           {
             "type": "PushButton",
-            "name": "control-cancel",
-            "parent-origin": "CENTER_RIGHT",
-            "anchor-point": "CENTER_RIGHT",
+            "name": "controlCancel",
+            "parentOrigin": "CENTER_RIGHT",
+            "anchorPoint": "CENTER_RIGHT",
             "position": [-20, 0, 0],
-            "label-text": "Cancel"
+            "labelText": "Cancel"
           }
         ]
       },
       "signals": [
         {
-          "name": "control-signal-ok",
+          "name": "controlSignalOk",
           "action": "set",
-          "actor": "selection-label",
+          "actor": "selectionLabel",
           "property": "text",
           "value": "User pressed: OK Button"
         },
         {
-          "name": "control-signal-ok",
+          "name": "controlSignalOk",
           "action": "set",
-          "actor": "custom-animation-popup",
-          "property": "display-state",
+          "actor": "customAnimationPopup",
+          "property": "displayState",
           "value": "HIDDEN"
         },
         {
-          "name": "control-signal-cancel",
+          "name": "controlSignalCancel",
           "action": "set",
-          "actor": "selection-label",
+          "actor": "selectionLabel",
           "property": "text",
           "value": "User pressed: Cancel Button"
         },
         {
-          "name": "control-signal-cancel",
+          "name": "controlSignalCancel",
           "action": "set",
-          "actor": "custom-animation-popup",
-          "property": "display-state",
+          "actor": "customAnimationPopup",
+          "property": "displayState",
           "value": "HIDDEN"
         },
         {
-          "name": "touched-outside",
+          "name": "touchedOutside",
           "action": "set",
-          "actor": "custom-animation-popup",
-          "property": "display-state",
+          "actor": "customAnimationPopup",
+          "property": "displayState",
           "value": "HIDDEN"
         },
         {
-          "name": "touched-outside",
+          "name": "touchedOutside",
           "action": "set",
-          "actor": "selection-label",
+          "actor": "selectionLabel",
           "property": "text",
           "value": "No button pressed, backing touched"
         }
       ]
     },
     {
-      "type": "popup-toast",
+      "type": "PopupToast",
       "name": "toast",
-      "width-resize-policy": "SIZE_RELATIVE_TO_PARENT",
-      "height-resize-policy": "USE_NATURAL_SIZE",
-      "size-mode-factor": [0.85, 0, 0],
+      "widthResizePolicy": "SIZE_RELATIVE_TO_PARENT",
+      "heightResizePolicy": "USE_NATURAL_SIZE",
+      "sizeModeFactor": [0.85, 0, 0],
       "title": {
         "type": "TextLabel",
-        "width-resize-policy": "FILL_TO_PARENT",
-        "height-resize-policy": "USE_NATURAL_SIZE",
-        "parent-origin": "CENTER",
-        "anchor-point": "CENTER",
+        "widthResizePolicy": "FILL_TO_PARENT",
+        "heightResizePolicy": "USE_NATURAL_SIZE",
+        "parentOrigin": "CENTER",
+        "anchorPoint": "CENTER",
         "text": "This is a toast popup. \nIt will auto-hide itself.",
-        "text-color": [1, 1, 1, 1],
-        "multi-line": true,
-        "horizontal-alignment": "CENTER",
-        "vertical-alignment": "CENTER",
+        "textColor": [1, 1, 1, 1],
+        "multiLine": true,
+        "horizontalAlignment": "CENTER",
+        "verticalAlignment": "CENTER",
         "padding": [20.0, 20.0, 20.0, 20.0]
       }
     },
     {
       "type": "PushButton",
-      "name": "popup-trigger-button",
-      "parent-origin": [0.1, 0.1, 0.5],
-      "anchor-point": "TOP_LEFT",
-      "width-resize-policy": "SIZE_RELATIVE_TO_PARENT",
-      "height-resize-policy": "SIZE_RELATIVE_TO_PARENT",
-      "size-mode-factor": [0.38, 0.14, 1.0],
-      "label-text": "Popup",
+      "name": "popupTriggerButton",
+      "parentOrigin": [0.1, 0.1, 0.5],
+      "anchorPoint": "TOP_LEFT",
+      "widthResizePolicy": "SIZE_RELATIVE_TO_PARENT",
+      "heightResizePolicy": "SIZE_RELATIVE_TO_PARENT",
+      "sizeModeFactor": [0.38, 0.14, 1.0],
+      "labelText": "Popup",
       "signals": [{
         "name": "clicked",
         "action": "set",
-        "actor": "confirmation-popup",
-        "property": "display-state",
+        "actor": "confirmationPopup",
+        "property": "displayState",
         "value": "SHOWN"
       }]
     },
     {
       "type": "PushButton",
-      "name": "animated-popup-trigger-button",
-      "parent-origin": [0.9, 0.1, 0.5],
-      "anchor-point": "TOP_RIGHT",
-      "width-resize-policy": "SIZE_RELATIVE_TO_PARENT",
-      "height-resize-policy": "SIZE_RELATIVE_TO_PARENT",
-      "size-mode-factor": [0.38, 0.14, 1.0],
-      "label-text": "Animated",
+      "name": "animatedPopupTriggerButton",
+      "parentOrigin": [0.9, 0.1, 0.5],
+      "anchorPoint": "TOP_RIGHT",
+      "widthResizePolicy": "SIZE_RELATIVE_TO_PARENT",
+      "heightResizePolicy": "SIZE_RELATIVE_TO_PARENT",
+      "sizeModeFactor": [0.38, 0.14, 1.0],
+      "labelText": "Animated",
       "signals": [{
         "name": "clicked",
         "action": "set",
-        "actor": "custom-animation-popup",
-        "property": "display-state",
+        "actor": "customAnimationPopup",
+        "property": "displayState",
         "value": "SHOWN"
       }]
     },
     {
       "type": "PushButton",
-      "name": "toast-trigger-button",
-      "parent-origin": [0.5, 1.0, 0.5],
-      "anchor-point": "BOTTOM_CENTER",
-      "width-resize-policy": "SIZE_RELATIVE_TO_PARENT",
-      "height-resize-policy": "SIZE_RELATIVE_TO_PARENT",
-      "size-mode-factor": [0.5, 0.14, 1.0],
-      "label-text": "Push for Toast",
+      "name": "toastTriggerButton",
+      "parentOrigin": [0.5, 1.0, 0.5],
+      "anchorPoint": "BOTTOM_CENTER",
+      "widthResizePolicy": "SIZE_RELATIVE_TO_PARENT",
+      "heightResizePolicy": "SIZE_RELATIVE_TO_PARENT",
+      "sizeModeFactor": [0.5, 0.14, 1.0],
+      "labelText": "Push for Toast",
       "signals": [{
         "name": "clicked",
         "action": "set",
         "actor": "toast",
-        "property": "display-state",
+        "property": "displayState",
         "value": "SHOWN"
       }]
     },
     {
       "type": "TextLabel",
-      "name": "selection-label",
-      "parent-origin": [0.5, 0.22, 0.5],
-      "anchor-point": "TOP_CENTER",
-      "width-resize-policy": "SIZE_RELATIVE_TO_PARENT",
-      "height-resize-policy": "SIZE_RELATIVE_TO_PARENT",
-      "size-mode-factor": [0.9, 0.14, 1.0],
+      "name": "selectionLabel",
+      "parentOrigin": [0.5, 0.22, 0.5],
+      "anchorPoint": "TOP_CENTER",
+      "widthResizePolicy": "SIZE_RELATIVE_TO_PARENT",
+      "heightResizePolicy": "SIZE_RELATIVE_TO_PARENT",
+      "sizeModeFactor": [0.9, 0.14, 1.0],
       "text": "No selection made",
-      "horizontal-alignment": "CENTER",
-      "vertical-alignment": "CENTER"
+      "horizontalAlignment": "CENTER",
+      "verticalAlignment": "CENTER"
     }
   ]
 }