<!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 rel="stylesheet" href="style-presets.css" type="text/css"> <script type="text/montage-serialization"> { "owner": { "prototype" : "js/panels/presets/style-presets.reel[StylesLibrary]", "properties" : { "element" : {"#" : "stylesLibrary"} } }, "presetsController" : { "prototype": "js/components/controllers/tree-controller", "properties" : { "branchKey" : "children", "labelKey" : "text", "delegate": {"@": "owner" } }, "bindings": { "content": { "boundObject": {"@": "owner"}, "boundObjectPropertyPath": "presetData" } } }, "presetsContainer" : { "prototype" : "js/components/treeview/treeview.reel", "properties" : { "element" : {"#": "libraryContainer"}, "branchComponent" : {"@": "branch" }, "contentController": {"@": "presetsController"}, "activationEvent" : "dblclick", "showRoot" : false } }, "branch" : { "prototype" : "js/components/treeview/ninja-branch.reel[Branch]" } } </script> </head> <body> <section data-montage-id="stylesLibrary" class="stylesLibrary"> <div data-montage-id="libraryContainer"></div> </section> </body> </html>