<!DOCTYPE html>
<!-- <copyright>
This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
(c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
</copyright> -->
<html lang="en">
<head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <link href="style-shorthand.css" rel="stylesheet" type="text/css" />
    <script type="text/montage-serialization">
    {
        "owner": {
            "module" : "js/panels/css-panel/style-shorthand.reel",
            "name" : "StyleShorthand",
            "properties" : {
                "element" : {"#" : "branch"},
                "label" : { "@" : "textComponent" },
                "branchList": {"#" : "branchList"},
                "arrayController": {"@": "arrayController" },
                "repetition": {"@": "repetition"},
                "leafComponent": {"@": "style"},
                "branchComponent": {"@": "shorthand"},
                "branchCollapser": {"#": "collapser" }
            }
        },

        "property": {
            "module": "montage/ui/dynamic-text.reel",
            "name": "DynamicText",
            "properties": {
                "element": {"#": "property"}
            },
            "bindings": {
                "value" : {
                    "boundObject": {"@": "owner"},
                    "boundObjectPropertyPath": "propertyText",
                    "oneway": true
                }
            }
        },
        "value": {
            "module": "montage/ui/dynamic-text.reel",
            "name": "DynamicText",
            "properties": {
                "element": {"#": "value"}
            },
            "bindings": {
                "value" : {
                    "boundObject": {"@": "owner"},
                    "boundObjectPropertyPath": "valueText",
                    "oneway": true
                }
            }
        },

        "arrayController": {
            "module": "montage/ui/controller/array-controller",
            "name": "ArrayController",
            "bindings": {
                "content": {
                    "boundObject": {"@": "owner"},
                    "boundObjectPropertyPath": "childNodes"
                }
            }
        },

        "style": {
            "module": "js/panels/css-panel/style.reel",
            "name": "Style",
            "bindings": {
                "sourceObject": {
                    "boundObject": {"@": "repetition" },
                    "boundObjectPropertyPath": "objectAtCurrentIteration",
                    "oneway": true
                },
                "labelKey" : {
                    "boundObject": {"@": "owner" },
                    "boundObjectPropertyPath": "labelKey",
                    "oneway": true
                },
                "branchKey" : {
                    "boundObject": {"@": "owner" },
                    "boundObjectPropertyPath": "branchKey",
                    "oneway": true
                },
                "treeView" : {
                    "boundObject": {"@": "owner" },
                    "boundObjectPropertyPath": "treeView",
                    "oneway": true
                }
            }
        },

        "shorthand": {
            "module": "js/panels/css-panel/style-shorthand.reel",
            "name": "StyleShorthand",
            "bindings": {
                "sourceObject": {
                    "boundObject": {"@": "repetition" },
                    "boundObjectPropertyPath": "objectAtCurrentIteration",
                    "oneway": true
                },
                "labelKey" : {
                    "boundObject": {"@": "owner" },
                    "boundObjectPropertyPath": "labelKey",
                    "oneway": true
                },
                "branchKey" : {
                    "boundObject": {"@": "owner" },
                    "boundObjectPropertyPath": "branchKey",
                    "oneway": true
                },
                "treeView" : {
                    "boundObject": {"@": "owner" },
                    "boundObjectPropertyPath": "treeView",
                    "oneway": true
                }
            }
        },

        "repetition": {
            "module": "montage/ui/repetition.reel",
            "name": "Repetition",
            "properties": {
                "element": { "#": "branchList" },
                "contentController": {"@": "arrayController" },
                "selectionEnabled": true
            }
        },

        "substitution": {
            "module": "montage/ui/substitution.reel",
            "name": "Substitution",
            "properties": {
                "element": {"#": "treeItem"},
                "switchComponents": {
                    "leaf": {"@": "style"},
                    "branch": {"@": "shorthand"}

                }
            },
            "bindings": {
                "switchValue": {
                    "boundObject": {"@": "repetition"},
                    "boundObjectPropertyPath": "objectAtCurrentIteration.treeNodeType",
                    "oneway": true
                }
            }
        },

        "collapser" : {
            "module": "js/panels/collapse-composer",
            "name": "CollapseComposer",
            "properties" : {
                "element": {"#":"collapser"},
                "component": {"@": "repetition"}
            }
        }
    }
    </script>
</head>
<body>
    <div id="branch" class="style-shorthand-branch">
        <div class="style-item" id="collapser">
            <dt id="property" class="css-property"></dt>
            <dd id="value" class="css-value"></dd>
        </div>
        <dl id="branchList" class="css-tree-branch">
            <div id="treeItem"></div>
        </dl>
    </div>
</body>
</html>