<!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> <head> <title></title> <script type="text/montage-serialization"> { "owner": { "prototype" : "js/panels/properties.reel/sections/custom.reel[CustomSection]", "properties" : { "element" : {"#": "section"}, "repeat" : {"@": "repeat"} } }, "repeat": { "prototype": "montage/ui/repetition.reel", "properties": { "element" : {"#": "repetitionContainer"} }, "bindings": { "objects": { "boundObject": {"@": "owner"}, "boundObjectPropertyPath": "rows", "oneway": true } } }, "slot": { "prototype": "montage/ui/slot.reel", "properties": { "element": { "#": "repeitionContent" } }, "bindings": { "content": { "boundObject": {"@": "repeat"}, "boundObjectPropertyPath": "objectAtCurrentIteration", "oneway": true } } } } </script> </head> <body> <div data-montage-id="section" class="sectional"> <div data-montage-id="repetitionContainer"> <div data-montage-id="repeitionContent"></div> </div> </div> </body> </html>